Skip to content

feat: add option to hide Submap module if there is no submap active #1144

feat: add option to hide Submap module if there is no submap active

feat: add option to hide Submap module if there is no submap active #1144

Re-run triggered January 3, 2026 22:39
Status Failure
Total duration 26s
Artifacts

ci.yml

on: pull_request
code_quality
23s
code_quality
Fit to window
Zoom out
Zoom in

Annotations

7 errors
code_quality
Process completed with exit code 1.
code_quality: src/components/bar/modules/submap/index.tsx#L64
Replace `······}⏎····)` with `····});`
code_quality: src/components/bar/modules/submap/index.tsx#L60
Strings must use singlequote
code_quality: src/components/bar/modules/submap/index.tsx#L60
Replace `(status·===·"default"·&&·hideOnDefault)⏎··········return·false` with `·(status·===·'default'·&&·hideOnDefault)·return·false;`
code_quality: src/components/bar/modules/submap/index.tsx#L57
Replace `⏎······[bind(hideOnDefault),·bind(submapStatus)],⏎·····` with `[bind(hideOnDefault),·bind(submapStatus)],`