Skip to content

Commit

Permalink
fix: fix incorrect type for flex value
Browse files Browse the repository at this point in the history
  • Loading branch information
starsirius committed Oct 8, 2020
1 parent 06bf7e2 commit cf6b360
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const CollapsibleArtworkDetails: React.FC<CollapsibleArtworkDetailsProps>
style={{ alignSelf: "center" }}
/>
)}
<Flex ml={2} flex="1">
<Flex ml={2} flex={1}>
<Text>{artwork.artistNames}</Text>
<Text color="black60" variant="caption">
{artwork.title}, {artwork.date}
Expand Down

0 comments on commit cf6b360

Please sign in to comment.