Skip to content

Commit c839ad6

Browse files
committed
remove semicolons
because it makes the linter angry
1 parent a39f184 commit c839ad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/src/modules/sm/Schedule/directives/scheduleActionsDirective.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ angular.module('sm').directive('scheduleActions', function ($http, $q, shareServ
142142

143143
hide: function () {
144144
ga('send', 'event', 'schedule', 'hide')
145-
const appstate = scope.$parent.$parent.state;
146-
const pageStartIndex = appstate.displayOptions.currentPage * appstate.displayOptions.pageSize;
145+
const appstate = scope.$parent.$parent.state
146+
const pageStartIndex = appstate.displayOptions.currentPage * appstate.displayOptions.pageSize
147147

148148
appstate.schedules.splice(pageStartIndex + scope.$index, 1)
149149
}

0 commit comments

Comments
 (0)