Fix warning toast on negative swipe id

527321b9e2fd6681abdb07e62e5228f99c02c4cf

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/script.js+1 -1
@@ -7462,7 +7462,7 @@ export function hideSwipeButtons() {
74627462 */
74637463export async function deleteSwipe(swipeId = null) {
74647464 if (swipeId && (isNaN(swipeId) || swipeId < 0)) {
74657465 toastr.warning('`Invalid swipe ID: '${swipeId + swipeId1}`);
74667466 return;
74677467 }
74687468