Skip to content

Commit

Permalink
Client: PortalSetting: Section: Alerts on the payment page about late…
Browse files Browse the repository at this point in the history
… payments have been removed.
  • Loading branch information
TatianaLopaeva committed Dec 19, 2024
1 parent cc13bc7 commit 6f980ed
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,11 @@ const SectionHeaderContent = (props) => {
)}
</div>
</Headline>
<div className="tariff-bar">
<TariffBar />
</div>
{arrayOfParams[0] !== "payments" && (
<div className="tariff-bar">
<TariffBar />
</div>
)}

{props.addUsers && (
<div className="action-wrapper">
Expand Down

0 comments on commit 6f980ed

Please sign in to comment.