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

Commit 4a574bf

Browse files
author
vikasrohit
committed
Revert "SUP-2207, "Whoops! Something went wrong. Please try again later." message while opening the profile page."
This reverts commit 4e0093b.
1 parent 4e0093b commit 4a574bf

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
section(ng-switch="state")
22
.section-loading(ng-switch-when="loading")
33

4-
.section-error(ng-switch-when="error")
5-
p {{errMsg}}
4+
p(ng-switch-when="error") {{errMsg}}
65

76
div(ng-transclude, ng-switch-when="ready")

assets/css/directives/tc-section.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,4 @@
99
min-height: 100px;
1010
background: url(/images/ripple.gif) no-repeat center center;
1111
}
12-
13-
.section-error {
14-
width: 100%;
15-
min-height: 100px;
16-
background: $white;
17-
border-top: 1px solid $gray-light;
18-
display: flex;
19-
justify-content: center;
20-
align-items: center;
21-
}
2212
}

0 commit comments

Comments
 (0)