diff --git a/src/ReportSnapshots.tsx b/src/ReportSnapshots.tsx index bd47712..be20049 100644 --- a/src/ReportSnapshots.tsx +++ b/src/ReportSnapshots.tsx @@ -42,7 +42,7 @@ function formatDate(iso: string) { } export default function ReportSnapshots() { - const [ignoreSelf, setIgnoreSelf] = React.useState(false); + const [ignoreSelf, setIgnoreSelf] = React.useState(true); const [startDate, setStartDate] = React.useState(""); const [endDate, setEndDate] = React.useState(""); const [minAmount, setMinAmount] = React.useState("");