(bug) disabling <MarkSus> seems to fix the safari issue

This commit is contained in:
Andrea Vos 2024-02-06 23:25:00 +01:00
parent 869d4db920
commit 9a6128df96

View File

@ -22,9 +22,12 @@
@dismiss="contentWarningDismissed = true"
/>
</div>
<!--
<MarkSus @hasSus="hasSus = true">
<Profile :user="user" :profile="profile" :terms="terms" :expand-links="hasSus" />
</MarkSus>
-->
<Profile :user="user" :profile="profile" :terms="terms" />
<div v-if="profile.sensitive.length && contentWarningDismissed" class="text-center">
<ContentWarning
:warnings="profile.sensitive"