Skip to content

Commit 81d4355

Browse files
committed
Trying to fix linter error
1 parent 3129ca5 commit 81d4355

File tree

1 file changed

+1
-2
lines changed
  • DocuSign.MyWebForms/DocuSign.MyWebForms/ClientApp/src/components

1 file changed

+1
-2
lines changed

DocuSign.MyWebForms/DocuSign.MyWebForms/ClientApp/src/components/footer.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ export const Footer = () => {
55
const { t } = useTranslation('Common');
66
return (
77
<div className='container'>
8-
<footer role='contentinfo' className='footer'>
9-
</footer>
8+
<footer role='contentinfo' className='footer'/>
109
</div>
1110
);
1211
};

0 commit comments

Comments
 (0)