We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f2d12 commit 8cd6ce8Copy full SHA for 8cd6ce8
src/components/ProposalTemplates/ExampleTemplateCard.tsx
@@ -1,5 +1,4 @@
1
import { Avatar, Flex, Text } from '@chakra-ui/react';
2
-// import { useCanUserCreateProposal } from '../../hooks/utils/useCanUserSubmitProposal';
3
import ContentBox from '../ui/containers/ContentBox';
4
import Markdown from '../ui/proposal/Markdown';
5
@@ -14,8 +13,6 @@ export default function ExampleTemplateCard({
14
13
description,
15
onProposalTemplateClick,
16
}: ExampleTemplateCardProps) {
17
- // const { canUserCreateProposal } = useCanUserCreateProposal();
18
-
19
return (
20
<ContentBox
21
containerBoxProps={{ flex: '0 0 calc(33.333333% - 0.6666666rem)', my: '0' }}
0 commit comments