Skip to content

Commit 3aef913

Browse files
authored
chore : remove the non-required consts
remove the `Footer.displayName = footer`
1 parent 2d851fc commit 3aef913

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/client/components/footer.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,4 @@ function Footer({repositoryUrl, siteRevision}: Props) {
8989
);
9090
}
9191

92-
Footer.displayName = 'Footer';
93-
94-
9592
export default Footer;

0 commit comments

Comments
 (0)