Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
LatentDream committed Feb 27, 2024
1 parent e668451 commit b9be72d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/renderer/routes/flow_chart/views/DepManagerModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,10 @@ const DepManagerModal = ({
variant={"link"}
onClick={() => setCheckAllDependencies(true)}
>
<p className="mt-2 text-xs text-muted-foreground" data-testid="check-all-deps">
<p
className="mt-2 text-xs text-muted-foreground"
data-testid="check-all-deps"
>
Consult all dependencies
</p>
</Button>
Expand Down Expand Up @@ -306,7 +309,12 @@ const DepManagerModal = ({
variant={"link"}
onClick={() => setCheckAllDependencies(false)}
>
<p className="mt-2 text-xs text-muted-foreground" data-testid="back-manager">Back</p>
<p
className="mt-2 text-xs text-muted-foreground"
data-testid="back-manager"
>
Back
</p>
</Button>
</div>
</div>
Expand Down

0 comments on commit b9be72d

Please sign in to comment.