Skip to content

Commit 13a8e74

Browse files
Used Prettier for NotFound.tsx
1 parent 8d38c2d commit 13a8e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/NotFound.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import blogRedirects from '../../blogRedirects.json';
77

88
const BLOG_REDIRECT_FALLBACK = 'https://tolgee.io/blog/';
99
const blogRedirectMap = new Map(
10-
blogRedirects.map(({ from, to }) => [from, to] as const),
10+
blogRedirects.map(({ from, to }) => [from, to] as const)
1111
);
1212

1313
const variants = [

0 commit comments

Comments
 (0)