Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 0e78002

Browse files
committed
Fixed SonarQube warning
1 parent 10f43ee commit 0e78002

File tree

1 file changed

+1
-1
lines changed
  • webapp_frontend/src/components/basicElements

1 file changed

+1
-1
lines changed

webapp_frontend/src/components/basicElements/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, {ReactElement} from 'react';
22

3-
export default function Footers():ReactElement {
3+
export default function Footer():ReactElement {
44
return(
55
<div>
66
Footer

0 commit comments

Comments
 (0)