From ecbad41bd9f3800532fd1f639225b09d05036b55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Fri, 25 Jun 2021 21:01:10 +0200 Subject: [PATCH] proptypes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/soapbox/features/public_layout/components/footer.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/soapbox/features/public_layout/components/footer.js b/app/soapbox/features/public_layout/components/footer.js index 3da2588d6..1c6d38354 100644 --- a/app/soapbox/features/public_layout/components/footer.js +++ b/app/soapbox/features/public_layout/components/footer.js @@ -23,6 +23,7 @@ class Footer extends ImmutablePureComponent { static propTypes = { copyright: PropTypes.string, + locale: PropTypes.string, navlinks: ImmutablePropTypes.list, } @@ -38,7 +39,9 @@ class Footer extends ImmutablePureComponent {