We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57151d0 commit 138e773Copy full SHA for 138e773
src/ui/pages/events/ViewEvents.page.tsx
@@ -169,7 +169,7 @@ export const ViewEventsPage: React.FC = () => {
169
{showPrevious ? 'Hide Previous Events' : 'Show Previous Events'}
170
</Button>
171
</div>
172
- <Table style={{ tableLayout: 'fixed', width: '100%' }}>
+ <Table style={{ tableLayout: 'fixed', width: '100%' }} data-testid="events-table">
173
<Table.Thead>
174
<Table.Tr>
175
<Table.Th>Title</Table.Th>
0 commit comments