yarn lint --fix

This commit is contained in:
ogerly 2021-12-16 17:08:02 +01:00
parent ab5baf00d4
commit a4a51fbf9d

View File

@ -19,16 +19,11 @@
> >
{{ $store.state.openCreations }} offene Schöpfungen {{ $store.state.openCreations }} offene Schöpfungen
</b-nav-item> </b-nav-item>
<b-nav-item @click="wallet" >Wallet</b-nav-item> <b-nav-item @click="wallet">Wallet</b-nav-item>
<b-nav-item @click="logout" >Logout</b-nav-item> <b-nav-item @click="logout">Logout</b-nav-item>
</b-navbar-nav> </b-navbar-nav>
</b-collapse> </b-collapse>
</b-navbar> </b-navbar>
</div> </div>
</template> </template>
<script> <script>