Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: link to show group if used
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Jun 21, 2023
1 parent cdae2b6 commit 0fcf398
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/account/manage/link/[[...data]].js
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@ export default function ManageLink({ BASE_URL, username, link }) {
</div>
</form>
<div>
{group && (
<h3 className="ml-2 mt-2 text-lg font-medium leading-6 dark:text-primary-low text-primary-high">
{group}
</h3>
)}
<UserLink
BASE_URL={BASE_URL}
link={{ name, url, icon }}
Expand Down

0 comments on commit 0fcf398

Please sign in to comment.