18559: Move user admin functions to context menu
[arvados-workbench2.git] / src / store / user-profile / user-profile-actions.ts
index 6042efa9984c1bcefdf28cbef94060ead45298b5..c8556862a1db7be46ff78fb18ad97a87594919d2 100644 (file)
@@ -75,7 +75,6 @@ export const openSetupDialog = (uuid: string) =>
   }));
 }
 
-
 export const setup = (uuid: string) =>
     async (dispatch: Dispatch, getState: () => RootState, services: ServiceRepository) => {
         try {