Remove random semicolons

This commit is contained in:
Gabe Kangas
2020-11-11 19:18:01 -08:00
parent 6cafb29a8f
commit 99cefa19c8
3 changed files with 3 additions and 4 deletions

View File

@@ -77,7 +77,6 @@ export default function LogTable({ logs, pageSize }: Props) {
rowKey={(row) => row.time}
pagination={{ pageSize: pageSize || 20 }}
/>
;
</div>
);
}