Skip to content

Commit

Permalink
fix: datalist prop name (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
arinchaik authored Sep 5, 2023
1 parent 41be6ff commit f94cf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DataList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export const DataListRow: FC<React.PropsWithChildren<DataListRowProps>> = ({
: {};
return (
<Flex
d={!showRow ? 'none' : undefined}
display={!showRow ? 'none' : undefined}
position="relative"
borderBottom="1px solid"
borderBottomColor="gray.100"
Expand Down

1 comment on commit f94cf0a

@vercel
Copy link

@vercel vercel bot commented on f94cf0a Sep 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.