Skip to content

Commit 9eec874

Browse files
authored
fix: Fix syntax error in previously merged translation (#435)
## Overview This PR fixes a syntax error in the previously merged translation contribution. ## Background The previous PR for the translated article was merged successfully, but a syntax error caused the page to fail during rendering. ## Changes - Fixed the syntax error in the translated article
2 parents 31b2f31 + 96fdc23 commit 9eec874

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • content/posts/tan-stack-router-and-query

content/posts/tan-stack-router-and-query/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ import Emph from '@components/Emph'
2525

2626
<TanStackRouterQueryToc />
2727

28-
<Translations>
29-
{[
28+
<Translations
29+
translations={[
3030
{
3131
language: '한국어',
3232
url: 'https://blog.junijaei.co.kr/notes/translate/30',
3333
},
3434
]}
35-
</Translations>
35+
/>
3636

3737
It shouldn't come as a surprise that TanStack Router integrates well with TanStack Query, after all, they're from the same <Emph>stack</Emph>. But wait a second - doesn't TanStack Router already come with support for caching?
3838

0 commit comments

Comments
 (0)