- minor fixe on hotlist

- minor fix on secondary ip address in modem settings
This commit is contained in:
2025-11-25 11:38:29 +00:00
parent 12cd0f9f37
commit dbaeffe246
2 changed files with 19 additions and 28 deletions

View File

@@ -21,7 +21,7 @@ const HotlistList = () => {
return (
<Card className="p-4">
<CardHeader title="Uploaded hotlists" />
{hotlists.length > 0 ? (
{hotlists?.length > 0 ? (
<ul className="px-2">
{hotlists?.map((hotlist) => (
<li