mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 12:43:48 -04:00
(admin) faster profile moderation – report filters - minor fix
This commit is contained in:
parent
64e5b1855e
commit
e0319758cc
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<Table :data="abuseReports" :columns="4">
|
<Table :data="abuseReports" :columns="abuseReports.length && abuseReports[0].snapshot ? 5 : 4">
|
||||||
<template v-slot:header>
|
<template v-slot:header>
|
||||||
<th class="text-nowrap">
|
<th class="text-nowrap">
|
||||||
Suspicious account
|
Suspicious account
|
||||||
|
Loading…
x
Reference in New Issue
Block a user