Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Oct 24, 2024
1 parent e6b9881 commit d929e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol-designer/src/organisms/SlotInformation/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const SlotInformation: FC<SlotInformationProps> = ({
<ListItem type="noActive" width="max-content">
<ListItemDescriptor
type="default"
content={<StyledText>liquids.join(', ')</StyledText>}
content={<StyledText>{liquids.join(', ')}</StyledText>}
description={t('liquid')}
/>
</ListItem>
Expand Down

0 comments on commit d929e86

Please sign in to comment.