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

Commit 20ae128

Browse files
removed unsed vars
1 parent dc823d2 commit 20ae128

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/profile/subtrack/subtrack.controller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ import _ from 'lodash'
138138
// watches page change counter to reload the data
139139
$scope.$watch('vm.pageParams.updated', function(newValue, oldValue) {
140140
if (newValue !== oldValue) {
141-
vm.firstLoadMore = false
142141
_getChallenges()
143142
}
144143
})

0 commit comments

Comments
 (0)