Skip to content

Commit

Permalink
style: uodated requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pheobeayo committed Nov 1, 2024
1 parent 981abb3 commit 03a4a7f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/dashboard/src/pages/group.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export default function GroupPage(): JSX.Element {
const addMembersModal = useDisclosure()
const toast = useToast()
const { groupId, groupType } = useParams()

const [_group, setGroup] = useState<Group | null>()
// const { hasCopied, setValue: setApiKey, onCopy } = useClipboard("")
const { hasCopied: hasCopiedGroupId, onCopy: onCopyGroupId } = useClipboard(
Expand Down Expand Up @@ -457,15 +456,13 @@ ${memberIds.join("\n")}
borderRadius="8px"
>
<Text fontSize="20px">Group ID</Text>

<InputGroup size="lg" mt="10px">
<Input
pr="50px"
placeholder="Group ID"
value={groupId}
isDisabled
/>

<InputRightElement mr="5px">
<Tooltip
label={
Expand Down Expand Up @@ -497,15 +494,13 @@ ${memberIds.join("\n")}
borderRadius="8px"
>
<Text fontSize="20px">Admin ID</Text>

<InputGroup size="lg" mt="10px">
<Input
pr="50px"
placeholder="Admin ID"
value={_group.admin}
isDisabled
/>

<InputRightElement mr="5px">
<Tooltip
label={
Expand Down

0 comments on commit 03a4a7f

Please sign in to comment.