Skip to content

Commit

Permalink
fix: Fix eslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
msarcev committed Nov 21, 2023
1 parent 82d7724 commit c2d4848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/components/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class Footer extends AsyncComponent<FooterProps, FooterState> {
<hr className="sep" />
<div className="row foundation-data">
<div className="margin-t-m">
<LogoFooter title={'IOTA Foundation'} />
<LogoFooter title="IOTA Foundation" />
</div>
<section className="line-breaks">
{this.state.foundationData?.registeredAddress.value.join("\n")}
Expand Down

0 comments on commit c2d4848

Please sign in to comment.