Hide the in-app notification channel on Account unless running a development build.
This commit is contained in:
@@ -169,7 +169,9 @@
|
||||
</div>
|
||||
|
||||
<!-- Channel 1: In-App notification -->
|
||||
<div class="flex items-center justify-between mt-3 mb-2 pl-1">
|
||||
<div
|
||||
v-if="isDev"
|
||||
class="flex items-center justify-between mt-3 mb-2 pl-1">
|
||||
<!-- label -->
|
||||
<div>
|
||||
<font-awesome
|
||||
@@ -202,12 +204,12 @@
|
||||
></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mb-2 pl-1">
|
||||
<div v-if="isDev" class="mb-2 pl-1">
|
||||
<router-link class="text-sm text-blue-500" to="/help-notifications">
|
||||
Troubleshoot your in-app notifications…
|
||||
</router-link>
|
||||
</div>
|
||||
<div v-if="notifyingNewActivity" class="w-full pl-1">
|
||||
<div v-if="notifyingNewActivity && isDev" class="w-full pl-1">
|
||||
<div
|
||||
class="text-sm text-slate-500 mb-2 bg-white rounded px-3 py-2 border border-slate-200"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user