fix: remove unused var
This commit is contained in:
parent
a4ec41e937
commit
c46273ca34
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
<section class="content">
|
<section class="content">
|
||||||
<div>
|
<div>
|
||||||
<h2 class="title" v-if="title">{{ title }}</h2>
|
<h2 class="title" v-if="title">{{ title }}</h2>
|
||||||
<api-config @foundApi="hasApiUrl = true"/>
|
<api-config/>
|
||||||
<Message v-if="motd !== ''" class="is-hidden-tablet mb-4">
|
<Message v-if="motd !== ''" class="is-hidden-tablet mb-4">
|
||||||
{{ motd }}
|
{{ motd }}
|
||||||
</Message>
|
</Message>
|
||||||
|
|
Loading…
Reference in a new issue