Update 'no more events' row to 9 colspan

This commit is contained in:
Scott Roach
2021-05-12 10:48:42 -04:00
committed by Mitch Ross
parent bd320003e2
commit a92d8ea374
+1 -1
View File
@@ -206,7 +206,7 @@ export default function Events({ path: pathname, limit = API_LIMIT } = {}) {
</Tbody>
<Tfoot>
<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}
</Td>
</Tr>