mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 01:19:57 +00:00
fix: remove <StatusLink>
component
This commit is contained in:
parent
468592f59a
commit
ae8f4dfa22
1 changed files with 0 additions and 1 deletions
|
@ -116,7 +116,6 @@ const avatarOnAvatar = $(computedEager(() => useFeatureFlags().experimentalAvata
|
||||||
:actions="false"
|
:actions="false"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<StatusLink v-if="status.card" :card="status.card" />
|
|
||||||
<StatusActions v-if="(actions !== false && !isZenMode)" pt2 :status="status" />
|
<StatusActions v-if="(actions !== false && !isZenMode)" pt2 :status="status" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue