Skip to content

Commit

Permalink
Merge pull request #866 from gofractally/mm/chainmail-rename-patch
Browse files Browse the repository at this point in the history
Chainmail: patching line of debugging code
  • Loading branch information
cool-ant authored Sep 27, 2024
2 parents 89195d5 + 22332bc commit 13fb8f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions services/user/Branding/ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ export const App = () => {

const init = async () => {
await supervisor.onLoaded();
supervisor.preLoadPlugins([{ service: "branding" }]);
setTimeout(getNetworkName, 1500);
await getNetworkName();
};

useEffect(() => {
Expand Down

0 comments on commit 13fb8f4

Please sign in to comment.