mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -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"
|
@dismiss="contentWarningDismissed = true"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
<!--
|
||||||
<MarkSus @hasSus="hasSus = true">
|
<MarkSus @hasSus="hasSus = true">
|
||||||
<Profile :user="user" :profile="profile" :terms="terms" :expand-links="hasSus" />
|
<Profile :user="user" :profile="profile" :terms="terms" :expand-links="hasSus" />
|
||||||
</MarkSus>
|
</MarkSus>
|
||||||
|
-->
|
||||||
|
<Profile :user="user" :profile="profile" :terms="terms" />
|
||||||
<div v-if="profile.sensitive.length && contentWarningDismissed" class="text-center">
|
<div v-if="profile.sensitive.length && contentWarningDismissed" class="text-center">
|
||||||
<ContentWarning
|
<ContentWarning
|
||||||
:warnings="profile.sensitive"
|
:warnings="profile.sensitive"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user