Fix options page bridge section not showing

This commit is contained in:
hensm
2020-01-23 15:35:24 +00:00
parent 23f431d30b
commit 13dfb26dd4
2 changed files with 7 additions and 6 deletions

View File

@@ -58,8 +58,7 @@ const BridgeStats = (props: BridgeStatsProps) => (
interface BridgeProps {
info: BridgeInfo;
platform: string;
info?: BridgeInfo;
loading: boolean;
}