Add sentry.
This commit is contained in:
@@ -105,7 +105,10 @@ export default function GlobalSearch() {
|
||||
|
||||
{!loading && (
|
||||
<Text variant="titleSmall" style={{ margin: 12, alignSelf: "center" }}>
|
||||
{results.length} results found
|
||||
{
|
||||
results.length - 1 //Need to subtract for the spacer.
|
||||
}{" "}
|
||||
results found
|
||||
</Text>
|
||||
)}
|
||||
|
||||
|
||||
@@ -104,7 +104,6 @@ function JobListItemComponent({ openImagePicker, item }) {
|
||||
|
||||
const styles = StyleSheet.create({
|
||||
pressable: {
|
||||
// marginHorizontal: 12,
|
||||
marginVertical: 6,
|
||||
},
|
||||
outerShadow: {
|
||||
|
||||
@@ -16,7 +16,6 @@ import { connect } from "react-redux";
|
||||
import { createStructuredSelector } from "reselect";
|
||||
import { ThemeSelector } from "../theme-selector/theme-selector";
|
||||
import UploadDeleteSwitch from "./upload-delete-switch";
|
||||
|
||||
const mapStateToProps = createStructuredSelector({
|
||||
bodyshop: selectBodyshop,
|
||||
deleteAfterUpload: selectDeleteAfterUpload,
|
||||
|
||||
Reference in New Issue
Block a user