Skip to content

Commit 1875ab7

Browse files
committed
update
1 parent b49c1ad commit 1875ab7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react/src/modules/guide/components/Toolbar/V2/useInspectGuideClientStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const resolveIsEligible = ({
99
active,
1010
targetable,
1111
archived,
12-
}: Pick<GuideAnnotation, "active" | "targetable" | "archived">) => {
12+
}: AnnotatedStatuses) => {
1313
if (!active.status) return false;
1414
if (!targetable.status) return false;
1515
if (archived.status) return false;

0 commit comments

Comments
 (0)