Skip to content

Commit bd7c5fa

Browse files
committed
refactor:removed commented code
1 parent e7316ba commit bd7c5fa

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

ui/src/components/AdvancePropertise/index.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@
105105
position: relative;
106106
z-index: 10000;
107107
}
108-
// .Select__control--menu-is-open {
109-
// position: relative;
110-
// border: 2px solid red;
111-
// z-index: 10000;
112-
// }
113108
}
114109
.Radio-class {
115110
display: flex;

ui/src/pages/Login/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ const Login: FC<IProps> = () => {
159159
setDataInLocalStorage('app_token', response?.data?.app_token);
160160

161161
// Clear any previous organization data to ensure fresh organization selection for new user
162-
localStorage.removeItem('organization');
162+
localStorage?.removeItem('organization');
163163
dispatch(clearOrganisationData());
164164

165165
const authenticationObj = {

0 commit comments

Comments
 (0)