Skip to content

Commit

Permalink
fix: add wave
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiya10 committed Apr 18, 2024
1 parent b1b5a66 commit 9e24688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/MainRoute.vue
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ onBeforeUnmount(() => {
>
<template #item="{ item }">
<WaveView
v-if="isStationLoaded"
v-if="isStationLoaded && item.i in stationStore.$state"
:time="time"
:id="item.i"
:type="stationStore.$state[`${item.i}`].net"
Expand Down

0 comments on commit 9e24688

Please sign in to comment.