File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 208
208
<button
209
209
aria-label =" Previous"
210
210
class =" icon-cheveron-left"
211
- class:u-cursor-pointer ={currentIndex = == 0 }
211
+ class:u-cursor-pointer ={currentIndex ! == 0 }
212
212
on:click ={showPrevious }
213
213
disabled ={currentIndex === 0 }
214
214
class:active ={currentIndex > 0 }></button >
217
217
aria-label =" Next"
218
218
class =" icon-cheveron-right"
219
219
on:click ={showNext }
220
- class:u-cursor-pointer ={currentIndex = ==
220
+ class:u-cursor-pointer ={currentIndex ! ==
221
221
filteredModalAlerts .length - 1 }
222
222
disabled ={currentIndex === filteredModalAlerts .length - 1 }
223
223
class:active ={currentIndex !==
317
317
<button
318
318
aria-label =" Previous"
319
319
class =" icon-cheveron-left"
320
- class:u-cursor-pointer ={currentIndex = == 0 }
320
+ class:u-cursor-pointer ={currentIndex ! == 0 }
321
321
on:click ={showPrevious }
322
322
disabled ={currentIndex === 0 }
323
323
class:active ={currentIndex > 0 }></button >
326
326
aria-label =" Next"
327
327
class =" icon-cheveron-right"
328
328
on:click ={showNext }
329
- class:u-cursor-pointer ={currentIndex = ==
329
+ class:u-cursor-pointer ={currentIndex ! ==
330
330
filteredModalAlerts .length - 1 }
331
331
disabled ={currentIndex ===
332
332
filteredModalAlerts .length - 1 }
You can’t perform that action at this time.
0 commit comments