mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 20:24:18 -04:00
(bug) disabling <MarkSus> seems to fix the safari issue
This commit is contained in:
parent
869d4db920
commit
9a6128df96
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user