Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mikasackermn committed Dec 5, 2023
1 parent 2a4620f commit f13d2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/embedded/src/components/SwapsGroup/SwapsGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function SwapsGroup(props: PropTypes) {
variant="label"
size="medium"
className="group-title">
{i18n.t(group.title)}
{group.title}
</Typography>
</Time>
<Divider size={4} />
Expand Down

0 comments on commit f13d2eb

Please sign in to comment.