Skip to content

Commit aaba7e4

Browse files
committed
fix missing operator
1 parent 2dbb04b commit aaba7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils/translations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const getRequiredNamespacesForPath = (path: string) => {
143143
path.startsWith("/nft") ||
144144
path.startsWith("/roadmap/merge") ||
145145
path.startsWith("/security") ||
146-
path.startsWith("/eth")
146+
path.startsWith("/eth") ||
147147
path.startsWith("/wallets") ||
148148
path.startsWith("/web3") ||
149149
path.startsWith("/quizzes")

0 commit comments

Comments
 (0)