Add option to add description to abuse report

This commit is contained in:
2023-11-01 13:39:53 +01:00
parent c5b6b7d773
commit 611a905da7
3 changed files with 30 additions and 9 deletions

View File

@@ -99,6 +99,14 @@ let set_status = async (action, report_type) => {
{/if}
</td>
</tr>
{#if user_report.description !== ""}
<tr>
<td>Description</td>
<td colspan="4" style="white-space: pre;">
{user_report.description}
</td>
</tr>
{/if}
{/each}
</table>
</div>