Skip to content

Commit

Permalink
Merge pull request #1052 from hackforla/1018-FRONT-footer-bugfix
Browse files Browse the repository at this point in the history
Footer bugfix
  • Loading branch information
mattyweb authored Mar 26, 2021
2 parents 91ad78e + 3baf034 commit a55b70f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/components/main/Reports.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable react/self-closing-comp */
import React from 'react';
import { useLocation } from 'react-router-dom';
import { makeStyles } from '@material-ui/core/styles';
Expand Down Expand Up @@ -58,7 +59,8 @@ const Reports = () => {
frameBorder="0"
allowFullScreen
style={{ width: '100%', height: '100%' }}
/>
>
</iframe>
</div>
);
};
Expand Down

0 comments on commit a55b70f

Please sign in to comment.