Skip to content

Commit 6429cc7

Browse files
committed
filter section fixed to acitve for status
1 parent 13c9797 commit 6429cc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/nodes-data.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default function NodesData() {
7979
status: string[];
8080
region: string[];
8181
}>({
82-
status: [],
82+
status: ["active"],
8383
region: [],
8484
});
8585
const [stats, setStats] = useState({

0 commit comments

Comments
 (0)