Update 'no more events' row to 9 colspan

This commit is contained in:
Scott Roach 2021-02-27 17:45:01 -08:00
parent 1ef0d99790
commit 24b3c62266
No known key found for this signature in database
GPG Key ID: 641478CF54A92761

View File

@ -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>