From 3c00eb8cf4f5b02b8ec87fc1d9ccdd70221dd916 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Sat, 1 Oct 2022 21:22:30 -0400 Subject: fix friends menu focusing itself --- frontend/src/components/PluginView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/components/PluginView.tsx') diff --git a/frontend/src/components/PluginView.tsx b/frontend/src/components/PluginView.tsx index c56d731f..0d0a52cf 100644 --- a/frontend/src/components/PluginView.tsx +++ b/frontend/src/components/PluginView.tsx @@ -32,7 +32,7 @@ const PluginView: VFC = () => { .map(({ name, icon }) => ( setActivePlugin(name)}> -
+
{icon}
{name}
-- cgit v1.2.3