Sentry logging and minor UI

This commit is contained in:
Patrick Fic
2025-11-04 13:51:17 -08:00
parent dcdc1e9988
commit 4b567ae04f
7 changed files with 51 additions and 44 deletions

View File

@@ -106,7 +106,7 @@ export default function GlobalSearch() {
{!loading && (
<Text variant="titleSmall" style={{ margin: 12, alignSelf: "center" }}>
{
results.length - 1 //Need to subtract for the spacer.
Math.max(0, results.length - 1) //Need to subtract for the spacer.
}{" "}
results found
</Text>