chore: fix TS compilation errors resulting from rebase

This commit is contained in:
Spencer
2026-03-24 17:27:13 +00:00
parent 000c189a0a
commit f339e61a55
4 changed files with 15 additions and 28 deletions
@@ -35,7 +35,7 @@ describe('ApprovalModeIndicator', () => {
});
it('renders correctly for YOLO mode', async () => {
const { lastFrame, waitUntilReady } = await render(
const { lastFrame } = await render(
<ApprovalModeIndicator
approvalMode={ApprovalMode.DEFAULT}
isWildcardPolicyEnabled={true}