Skip to content

Commit

Permalink
ESLint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bpapillon committed Jan 25, 2024
1 parent e27f488 commit 253a8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const SchematicProvider: React.FC<SchematicProviderProps> = ({
const [flagValues, setFlagValues] = useState<Record<string, boolean>>({});

useEffect(() => {
if (!publishableKey) {
if (publishableKey === undefined) {
return;
}

Expand Down

0 comments on commit 253a8fa

Please sign in to comment.