Skip to content

Commit

Permalink
fix: missing curly braces for titleText
Browse files Browse the repository at this point in the history
  • Loading branch information
gmolki committed Oct 9, 2024
1 parent f267d27 commit 70740ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ToggleContainer/cmp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const ToggleContainer = ({
<Container>
<div tw="flex justify-between items-center gap-x-6">
<div onClick={handleClickOpen}>
<Text {...textProps}>titleText</Text>
<Text {...textProps}>{titleText}</Text>
</div>
<StyledIcon
{...{
Expand Down

0 comments on commit 70740ad

Please sign in to comment.