Skip to content

Commit ef54927

Browse files
committed
chore: removed random slash
1 parent 4d09b88 commit ef54927

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-table/src/components/Table/examples/TableNestedStickyHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export const TableNestedHeaders: React.FunctionComponent = () => {
161161
{sortedConnections.map((connection) => (
162162
<Tr key={connection.source.podName}>
163163
<Td dataLabel={columnNames.source}>{connection.source.podName}</Td>
164-
<Td dataLabel={columnNames.destination}>{connection.destination.podName}</Td>\
164+
<Td dataLabel={columnNames.destination}>{connection.destination.podName}</Td>
165165
<Td dataLabel={columnNames.datetime}>
166166
<div>
167167
<Timestamp dateFormat="full" timeFormat="medium" date={new Date(connection.timestamp)} />

0 commit comments

Comments
 (0)