From 13996f17a0a39aa11fa8d9bc183c01b38a3ff747 Mon Sep 17 00:00:00 2001 From: Justin Busa Date: Wed, 15 Sep 2021 10:35:13 -0700 Subject: [PATCH] Fixed the last of the react errors. --- src/apps/fl-home/ui/header-bar/index.js | 1 + src/apps/fl-home/ui/sections/media/index.js | 3 ++- src/apps/fl-home/ui/sections/recent-posts/index.js | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/apps/fl-home/ui/header-bar/index.js b/src/apps/fl-home/ui/header-bar/index.js index 302a230b..d8970adb 100644 --- a/src/apps/fl-home/ui/header-bar/index.js +++ b/src/apps/fl-home/ui/header-bar/index.js @@ -56,6 +56,7 @@ const HeaderBar = ( { setIsFocused( true ) onFocus() } } + onChange={ () => {} } // Prevent react error />