Skip to content

Commit c631892

Browse files
committed
No need to assert isPartial
1 parent fbbaf4d commit c631892

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/js/dashboard/stats/graph/main-graph.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ const MainGraphTooltip = ({
365365
shouldShowDate,
366366
bucketIndex,
367367
totalBuckets,
368-
isPartial: datum.isPartial!
368+
isPartial: datum.isPartial
369369
})}
370370
</div>
371371
</div>

0 commit comments

Comments
 (0)