Fix arrow function syntax in users map

Remove incorrect semicolon - users map uses implicit return
with arrow function (user) => ( ... ) not { return ... }

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-29 23:45:28 +00:00
parent b24941e95f
commit 3148ce2098

View File

@@ -333,8 +333,7 @@ export default function UsersPage() {
)}
</div>
</div>
);
})}
))}
</div>
{users.length === 0 && (