- minor fixe on hotlist
- minor fix on secondary ip address in modem settings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user