Skip to content

Commit

Permalink
Merge branch 'Jexactyl:develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Dec 20, 2024
2 parents 62e3a82 + 3ddb871 commit d0ed719
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ import RenameServerBox from '@/components/server/settings/RenameServerBox';
import DeleteServerBox from '@/components/server/settings/DeleteServerBox';
import ReinstallServerBox from '@/components/server/settings/ReinstallServerBox';
import ChangeBackgroundBox from '@/components/server/settings/ChangeBackgroundBox';
import { useStoreState } from 'easy-peasy';

export default () => {
const deletion = useStoreState((state) => state.storefront.data!.deletion.enabled);
const uuid = ServerContext.useStoreState((state) => state.server.data!.uuid);
const node = ServerContext.useStoreState((state) => state.server.data!.node);

const deletion = useStoreState((state) => state.storefront.data!.deletion.enabled);
return (
<ServerContentBlock
title={'Settings'}
Expand Down

0 comments on commit d0ed719

Please sign in to comment.