Skip to content

Commit

Permalink
feat(map): 🔥 Remove Edit Info
Browse files Browse the repository at this point in the history
  • Loading branch information
Nudelsuppe42 committed Jan 13, 2024
1 parent e58ae60 commit a6cc957
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/me/claims/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import Link from 'next/link';
import { useRouter } from 'next/router';
import { useState } from 'react';
import { useTranslation } from 'react-i18next';
import Map from '../../../components/map/Map';
import Page from '../../../components/Page';
import Map from '../../../components/map/Map';
import { useUser } from '../../../hooks/useUser';
import fetcher from '../../../utils/Fetcher';

Expand Down Expand Up @@ -145,7 +145,7 @@ const ClaimPage: NextPage = ({ claimId, data }: any) => {
{t('common:button.save')}
</Button>
</Group>
<Alert
{/* <Alert
variant="light"
color="blue"
mt="xl"
Expand All @@ -160,7 +160,7 @@ const ClaimPage: NextPage = ({ claimId, data }: any) => {
>
https://docs.buildtheearth.net
</Anchor>
</Alert>
</Alert> */}
</Grid.Col>
<Grid.Col span={{ md: 6 }}>
<div style={{ height: '100%', width: '100%', minHeight: '50vh' }}>
Expand Down

0 comments on commit a6cc957

Please sign in to comment.