Skip to content

Commit

Permalink
fix: fixes on label and compliance years
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 13, 2024
1 parent 9cf00cd commit c2b4891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ const ComplianceReportingPage = (props) => {
</button>
<ul className='dropdown-menu'>
{props.compliancePeriods.map((compliancePeriod) => {
if (compliancePeriod.description >= 2024) return null
return (
<li key={compliancePeriod.description}>
<button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ class CreditTransferViewContainer extends Component {
>
<div className="alert alert-warning">
<p>
section 19 of the Low Carbon Fuels (General) Regulation, the director may refuse to record a transfer under section 16 of the Act if:
Under section 19 of the Low Carbon Fuels (General) Regulation, the director may refuse to record a transfer under section 16 of the Act if:
</p>
<dl>
<dt>(a)</dt>
Expand Down

0 comments on commit c2b4891

Please sign in to comment.