Add missing row

This commit is contained in:
Steven 2025-04-10 13:25:49 -04:00
parent c9afef5c74
commit 83061042e3
No known key found for this signature in database
GPG Key ID: 1EC151C18B307356

View File

@ -26,6 +26,7 @@ const getLoadingRows = (displayLength: number) => [
{ value: "", length: displayLength },
{ value: "", length: displayLength },
{ value: "", length: displayLength },
{ value: "", length: displayLength },
];
function HomeContent() {