Skip to content

Commit

Permalink
error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
O-h-y-o committed Jun 30, 2023
1 parent 3e48543 commit 612e492
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/ko/posts/upbit/upbit-orderbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ const connectOrderbookSocket = () => {

:::

<UpbitOrderbook />
<ClientOnly>
<UpbitOrderbook />
</ClientOnly>

::: details Code

Expand Down
4 changes: 3 additions & 1 deletion src/posts/upbit/upbit-orderbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ const connectOrderbookSocket = () => {

:::

<UpbitOrderbook />
<ClientOnly>
<UpbitOrderbook />
</ClientOnly>

::: details Code

Expand Down

0 comments on commit 612e492

Please sign in to comment.