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

Commit 9a83685

Browse files
author
vikasrohit
authored
Merge pull request #853 from appirio-tech/feature/my-challenges-gray-bar
AS#148310367971238, Bug: Grey section visible on my challenges page
2 parents 2e78393 + c8a6304 commit 9a83685

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/my-challenges/my-challenges.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
ng-repeat="challenge in vm.myChallenges | orderBy:vm.orderBy:true",
3232
challenge="challenge", view="vm.view", ng-class="vm.view + '-view'")
3333

34-
tc-section.load-more(state="vm.loading")
34+
tc-section.load-more-section(state="vm.loading")
3535
button.tc-btn(ng-show="vm.totalCount > vm.myChallenges.length", ng-click="vm.loadMore()") Load More

assets/css/my-challenges/my-challenges.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
text-align: center;
2424
}
2525

26-
section.load-more {
26+
section.load-more-section {
2727
min-height: auto;
2828
}
2929

0 commit comments

Comments
 (0)