aboutsummaryrefslogtreecommitdiff
path: root/Hotline/macOS/TrackerView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hotline/macOS/TrackerView.swift')
-rw-r--r--Hotline/macOS/TrackerView.swift3
1 files changed, 2 insertions, 1 deletions
diff --git a/Hotline/macOS/TrackerView.swift b/Hotline/macOS/TrackerView.swift
index 83a56b8..c14f982 100644
--- a/Hotline/macOS/TrackerView.swift
+++ b/Hotline/macOS/TrackerView.swift
@@ -416,8 +416,9 @@ struct TrackerView: View {
// Not expanded, expand it (which also fetches)
self.setExpanded(true, for: bookmark)
}
+ return
}
- return
+ break
default:
break
}