mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-01 08:45:21 +03:00
Update 'no more events' row to 9 colspan
This commit is contained in:
parent
1ef0d99790
commit
24b3c62266
@ -206,7 +206,7 @@ export default function Events({ path: pathname, limit = API_LIMIT } = {}) {
|
|||||||
</Tbody>
|
</Tbody>
|
||||||
<Tfoot>
|
<Tfoot>
|
||||||
<Tr>
|
<Tr>
|
||||||
<Td className="text-center p-4" colspan="8">
|
<Td className="text-center p-4" colspan="9">
|
||||||
{status === FetchStatus.LOADING ? <ActivityIndicator /> : reachedEnd ? 'No more events' : null}
|
{status === FetchStatus.LOADING ? <ActivityIndicator /> : reachedEnd ? 'No more events' : null}
|
||||||
</Td>
|
</Td>
|
||||||
</Tr>
|
</Tr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user