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 4d09b88 commit ef54927Copy full SHA for ef54927
1 file changed
packages/react-table/src/components/Table/examples/TableNestedStickyHeader.tsx
@@ -161,7 +161,7 @@ export const TableNestedHeaders: React.FunctionComponent = () => {
161
{sortedConnections.map((connection) => (
162
<Tr key={connection.source.podName}>
163
<Td dataLabel={columnNames.source}>{connection.source.podName}</Td>
164
- <Td dataLabel={columnNames.destination}>{connection.destination.podName}</Td>\
+ <Td dataLabel={columnNames.destination}>{connection.destination.podName}</Td>
165
<Td dataLabel={columnNames.datetime}>
166
<div>
167
<Timestamp dateFormat="full" timeFormat="medium" date={new Date(connection.timestamp)} />
0 commit comments