Skip to content

Commit ae53acf

Browse files
Restyled by prettier (#363)
Co-authored-by: Restyled.io <[email protected]>
1 parent ad5edee commit ae53acf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/official/components/NavigationTitle.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ export const NavigationTitle: React.FC<{ title: string; backToExpandedFeatureInf
1010
<Box display="flex" flex={1} alignItems="center" style={{ marginTop: "8px", width: "100%" }}>
1111
<ArrowBackIosIcon
1212
style={{ textDecoration: "none", cursor: "pointer", padding: "8px" }}
13-
aria-label="go back to map" onClick={() => customHistoryPush("/", { expanded: props.backToExpandedFeatureInfo ? "true" : undefined })}
13+
aria-label="go back to map"
14+
onClick={() => customHistoryPush("/", { expanded: props.backToExpandedFeatureInfo ? "true" : undefined })}
1415
color="action"
1516
/>
1617
<Typography variant="h1">{props.title}</Typography>

0 commit comments

Comments
 (0)