Skip to content

Commit b68f941

Browse files
committed
chore: drop unrelated reformatting from this PR
Revert the 4-space to 2-space reformatting in my-claims.test.ts and the Navbar/NavbarButton indentation changes in resizable-navbar.tsx. Only the close button wiring and the eslint-disable removal belong in this PR.
1 parent 7bb0f07 commit b68f941

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

components/reputation/__tests__/my-claims.test.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
import { CLAIM_SECTIONS, getClaimsBySection, normalizeStatus, type MyClaim } from "@/components/reputation/my-claims";
1+
import {
2+
CLAIM_SECTIONS,
3+
getClaimsBySection,
4+
normalizeStatus,
5+
type MyClaim,
6+
} from "@/components/reputation/my-claims";
27

38
describe("My Claims helpers", () => {
49
it("normalizes status values consistently", () => {

0 commit comments

Comments
 (0)