Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 61706a7

Browse files
author
vikasrohit
committed
SUP-2142, User is not able to 'Register" for competitive Programming.
-- Hidden the button for all cases because not able to identify the user's status of registration for an SRM.
1 parent 523603d commit 61706a7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

assets/css/directives/srm-tile.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,11 @@
199199
display: flex;
200200
flex-flow: row wrap;
201201
justify-content: center;
202+
203+
.unregistered {
204+
// workaround until we are able to get registration status of the user
205+
visibility: hidden;
206+
}
202207
}
203208
}
204209

@@ -361,5 +366,10 @@
361366
display: flex;
362367
flex-flow: row wrap;
363368
justify-content: center;
369+
370+
.unregistered {
371+
// workaround until we are able to get registration status of the user
372+
visibility: hidden;
373+
}
364374
}
365375
}

0 commit comments

Comments
 (0)