forked from AkkomaGang/akkoma-fe
lint
This commit is contained in:
parent
8e9f5d7580
commit
aa38223e87
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="StatusContent">
|
<div class="StatusContent">
|
||||||
<slot name="header" />
|
<slot name="header" />
|
||||||
<StatusBody :status="status" :single-line="singleLine">
|
<StatusBody
|
||||||
|
:status="status"
|
||||||
|
:single-line="singleLine"
|
||||||
|
>
|
||||||
<div v-if="status.poll && status.poll.options">
|
<div v-if="status.poll && status.poll.options">
|
||||||
<poll :base-poll="status.poll" />
|
<poll :base-poll="status.poll" />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue