mirror of
https://github.com/immich-app/immich.git
synced 2026-03-26 11:50:53 +03:00
chore: eslint 10 (#26490)
This commit is contained in:
@@ -223,7 +223,7 @@
|
||||
}
|
||||
|
||||
void tracker.invoke(async () => {
|
||||
let hasNext = false;
|
||||
let hasNext: boolean;
|
||||
|
||||
if ($slideshowState === SlideshowState.PlaySlideshow && $slideshowNavigation === SlideshowNavigation.Shuffle) {
|
||||
hasNext = order === 'previous' ? slideshowHistory.previous() : slideshowHistory.next();
|
||||
|
||||
Reference in New Issue
Block a user