Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
tewarig committed Jan 28, 2025
1 parent e80de07 commit e295ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blade/src/components/Table/TableBody.native.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React from 'react';
import type { TableBodyProps, TableCellProps, TableRowProps } from './types';
import { Text } from '~components/Typography';

const TableBody = (props: TableBodyProps): React.ReactElement => {
const TableBody = <Item,>(props: TableBodyProps<Item>): React.ReactElement => {
return <Text>Table Component is not available for Native mobile apps.</Text>;
};

Expand Down

0 comments on commit e295ca4

Please sign in to comment.