Procházet zdrojové kódy

Fix Transfers sidebar mini icon not being displayed

Daniel Vincze před 1 rokem
rodič
revize
2707359f8d

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

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