Skip to content

Commit 9eb2bd2

Browse files
committed
chore: Remove single typo
1 parent 150ed9b commit 9eb2bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useFetchThemes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const useFetchThemes = (
4040
} else {
4141
apiThemes = Placeholders.themes;
4242
}
43-
q
43+
4444
if (apiThemes) {
4545
const themes = await fetchThemesFromGitHub(apiThemes);
4646
setThemes(themes);

0 commit comments

Comments
 (0)