You've already forked AstralRinth
forked from didirus/AstralRinth
fix(frontend): hide report button on own projects (#2905)
* fix(frontend): hide report button on own projects Resolves #1381 * fix(frontend): hide report button on self
This commit is contained in:
@@ -71,6 +71,7 @@
|
||||
action: () => reportUser(user.id),
|
||||
color: 'red',
|
||||
hoverOnly: true,
|
||||
shown: auth.user?.id !== user.id,
|
||||
},
|
||||
{ id: 'copy-id', action: () => copyId() },
|
||||
]"
|
||||
|
||||
Reference in New Issue
Block a user