Sfoglia il codice sorgente

Fix Transfers sidebar mini icon not being displayed

Daniel Vincze 1 anno fa
parent
commit
2707359f8d

+ 1 - 1
src/components/modules/NavigationModule/Navigation/Navigation.tsx

@@ -406,7 +406,7 @@ class Navigation extends React.Component<Props> {
               menuImage = dashboardImage;
               menuImage = dashboardImage;
               style = { width: "19px", height: "19px" };
               style = { width: "19px", height: "19px" };
               break;
               break;
-            case "replicas":
+            case "transfers":
               bullet = "replica";
               bullet = "replica";
               menuImage = replicaImage;
               menuImage = replicaImage;
               break;
               break;