diff --git a/client/components/RoutingStorage.tsx b/client/components/RoutingStorage.tsx index 3b1aa131..4cb3fad9 100644 --- a/client/components/RoutingStorage.tsx +++ b/client/components/RoutingStorage.tsx @@ -149,18 +149,20 @@ class Storage extends React.PureComponent {

LOAD ROUTING :

{window.mixerPresetList.length > 0 ? ( -
+ +

LOAD MIXER PRESET :

-
+ ) : null} {window.ccgFileList.length > 0 ? ( -
+ +

LOAD CASPARCG :

-
+ ) : null} )