fix openlive index display

This commit is contained in:
2024-04-11 22:43:59 +08:00
parent 737ac2d525
commit 129dff1db1
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ const accountInfo = useAccount()
</NSpace>
<br />
<NAlert
v-if="accountInfo?.eventFetcherState.online != true"
v-if="accountInfo?.eventFetcherState?.online != true"
type="warning"
title="可用性警告"
style="max-width: 600px; margin: 0 auto"