fix some crashes

This commit is contained in:
smanylov
2026-05-08 15:48:26 +07:00
parent cd07502128
commit c4e4d775f5
4 changed files with 4 additions and 9 deletions
@@ -82,7 +82,7 @@ export default function DashboardUserViolations() {
</div>
)}
{violationData?.content.length ? (
{violationData?.content?.length ? (
violationData?.content.map((file) => {
return (
<div