mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Don't show account if notification = severed_relationships
This commit is contained in:
parent
87be0cad16
commit
09745e3078
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ function Notification({
|
||||||
{type !== 'mention' && (
|
{type !== 'mention' && (
|
||||||
<>
|
<>
|
||||||
<p>
|
<p>
|
||||||
{!/poll|update/i.test(type) && (
|
{!/poll|update|severed_relationships/i.test(type) && (
|
||||||
<>
|
<>
|
||||||
{_accounts?.length > 1 ? (
|
{_accounts?.length > 1 ? (
|
||||||
<>
|
<>
|
||||||
|
|
Loading…
Reference in a new issue