Skip to content

Commit

Permalink
Update apps/dashboard/src/pages/group.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Vivian Plasencia <v.pcalana@gmail.com>
  • Loading branch information
aguzmant103 and vplasencia authored Oct 16, 2023
1 parent 7fa888e commit 71d026f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/pages/group.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function GroupPage(): JSX.Element {
const { groupId, groupType } = useParams()
const [_group, setGroup] = useState<Group | null>()
const { hasCopied, setValue: setApiKey, onCopy } = useClipboard("")
const { hasCopied: hasCopied2, onCopy: onCopy2 } = useClipboard(
const { hasCopied: hasCopiedGroupId, onCopy: onCopyGroupId } = useClipboard(
groupId as string
)
const [_searchMember, setSearchMember] = useState<string>("")
Expand Down

0 comments on commit 71d026f

Please sign in to comment.