fix some crashes
This commit is contained in:
@@ -82,7 +82,7 @@ export default function DashboardUserViolations() {
|
||||
</div>
|
||||
)}
|
||||
|
||||
{violationData?.content.length ? (
|
||||
{violationData?.content?.length ? (
|
||||
violationData?.content.map((file) => {
|
||||
return (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user