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 <[email protected]>
  • Loading branch information
aguzmant103 and vplasencia authored Oct 16, 2023
1 parent 71d026f commit 698d9d4
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 @@ -49,7 +49,7 @@ export default function GroupPage(): JSX.Element {
const [_group, setGroup] = useState<Group | null>()
const { hasCopied, setValue: setApiKey, onCopy } = useClipboard("")
const { hasCopied: hasCopiedGroupId, onCopy: onCopyGroupId } = useClipboard(
groupId as string
groupId || ""
)
const [_searchMember, setSearchMember] = useState<string>("")
const [_removeGroupName, setRemoveGroupName] = useState<string>("")
Expand Down

0 comments on commit 698d9d4

Please sign in to comment.