diff --git a/frontend/src/App.vue b/frontend/src/App.vue index dffd1ad1ba6ea0e2037234f890a830b20a97444e..8f27f72fcda901303efbdea33efa340ff07ef6e9 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -94,7 +94,7 @@ ref="errorIcon"></netvs-icon> <h1 ref="wrongText">{{ $t('views.app.something_went_wrong') }}</h1> <p>{{ $t('views.app.try_again_later') }}</p> - <div v-if="$store.state.alerts.length > 0"> + <div v-if="$store.state.sys_alerts.length > 0"> <hr/> <h2>{{ $t('system.alerts') }}</h2> <SystemAlertDisplay></SystemAlertDisplay>