Skip to content

Commit

Permalink
move 'manage' button above language list
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonGriggs committed Apr 24, 2023
1 parent 67a04b2 commit 657c856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MenuButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export default function MenuButton(props: MenuButtonProps) {
</Card>
) : (
<Stack padding={1} space={1}>
<LanguageManage id={metadata?._id} />
{supportedLanguages.length > 0 ? (
<>
{/* Once metadata is loaded, there may be issues */}
Expand Down Expand Up @@ -162,7 +163,6 @@ export default function MenuButton(props: MenuButtonProps) {
)}
</>
) : null}
<LanguageManage id={metadata?._id} />
</Stack>
)}
</Box>
Expand Down

0 comments on commit 657c856

Please sign in to comment.