Skip to content

Commit 7363f50

Browse files
Copilotsawka
andcommitted
Apply minor onboarding file ordering cleanup
Co-authored-by: sawka <2722291+sawka@users.noreply.github.com>
1 parent 9652831 commit 7363f50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/app/onboarding/onboarding-features.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ export const MagnifyBlocksPage = ({
173173
};
174174

175175
export const FilesPage = ({ onFinish, onPrev }: { onFinish: () => void; onPrev?: () => void }) => {
176-
const isMac = isMacOS();
177176
const [fireClicked, setFireClicked] = useState(false);
177+
const isMac = isMacOS();
178178
const [commandIndex, setCommandIndex] = useState(0);
179179
const [key, setKey] = useState(0);
180180

0 commit comments

Comments
 (0)