Sentry logging and minor UI
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user