Skip to content

Commit f7e5015

Browse files
committed
fix(ui): remove unused loading state from TestDetailsPane component
1 parent e29dd21 commit f7e5015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/features/test-details/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const TestDetailsPane: React.FC = () => {
2020
const { file } = useFile();
2121
const { spec } = useOpenApi();
2222
const { logToTerminal } = useTerminal();
23-
const { loading, setLoading } = useLoading();
23+
const { setLoading } = useLoading();
2424
const { runTests } = useTestRunner();
2525

2626
// Build table rows from OpenAPI spec

0 commit comments

Comments
 (0)