Skip to content

Commit

Permalink
Fixed prettier issue in Bond/index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
biwano committed Jan 6, 2022
1 parent 21f5dd6 commit 926d8ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/components/views/Bond/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -700,9 +700,7 @@ export const Bond: FC<Props> = (props) => {
</li>
<li className={styles.dataContainer_row}>
<div className={styles.dataContainer_label}>
<Trans id="bond.date_of_full_vesting">
Date of full vesting
</Trans>
<Trans id="bond.date_of_full_vesting">Date of full vesting</Trans>
<TextInfoTooltip
singleton={singleton}
content={i18n._("bond.date_of_full_vesting.tooltip")}
Expand Down

0 comments on commit 926d8ed

Please sign in to comment.