custom row renderer to allow for clickable links

This commit is contained in:
Lee
2024-04-18 10:56:57 +01:00
parent b4d3e4002d
commit 2040710f05
2 changed files with 51 additions and 1 deletions

View File

@ -49,7 +49,7 @@ export function LookupPlayer({ currentPlayer }: PlayerLookupProps): ReactElement
description: (err as Error).message,
duration: 5000,
});
return setLoading(false);
return;
}
};