Skip to content

Commit

Permalink
ci: fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarkhanzadian committed Dec 18, 2023
1 parent 316e4db commit 937b0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/fees-row/components/fees-row.layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function FeesRowLayout(props: FeesRowLayoutProps) {
{feeField}
</HStack>
{isSponsored && <SponsoredLabel />}
{!meta.error && fieldWarning && <WarningLabel width="100%" >{fieldWarning}</WarningLabel>}
{!meta.error && fieldWarning && <WarningLabel width="100%">{fieldWarning}</WarningLabel>}
</HStack>
);
}

0 comments on commit 937b0cb

Please sign in to comment.