Skip to content

Commit

Permalink
Use unpaidFeesFirstHeadlineText over the removed unpaidFeesText
Browse files Browse the repository at this point in the history
..in the FeeList component
  • Loading branch information
Adamik10 committed Dec 14, 2023
1 parent 0613f19 commit 452c2d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/apps/fee-list/FeeList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,10 @@ const FeeList: FC = () => {
</span>
{!itemsPrePaymentChange && !itemsPostPaymentChange && (
<>
<ListHeader header={<>{t("unpaidFeesText")}</>} amount={0} />
<ListHeader
header={<>{t("unpaidFeesFirstHeadlineText")}</>}
amount={0}
/>
<EmptyList
classNames="mt-24"
emptyListText={t("emptyFeeListText")}
Expand Down

0 comments on commit 452c2d9

Please sign in to comment.