Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Dec 11, 2023
1 parent 36b657e commit 454edf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/AppLayout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,9 @@ const MyPage = ({
action: NavSelectionClass.MeshOverlay,
centerName: centerNameOf(layerUrl),
})}
isActive={firstVisibleLeftSurface.activeLayerUrl === layerUrl}
isActive={
firstVisibleLeftSurface.activeLayerUrl === layerUrl
}
>
{centerNameOf(layerUrl)}
</NavItem>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
SURFACE_OVERLAY_RE,
SURFACE_FILE_EXTENSION,
SUBJECT_COLUMN_NAMES,
} from "./recognize"
} from "./recognize";
const ACCEPT_JSON = {
headers: {
Accept: "application/json",
Expand Down

0 comments on commit 454edf8

Please sign in to comment.