From cfec7982e09bab3298cf4ecda11f1688c088da8a Mon Sep 17 00:00:00 2001 From: Joshua Coles Date: Fri, 29 Sep 2023 10:16:30 +0100 Subject: [PATCH] Fix type issue --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 96736df..db763ef 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -187,7 +187,7 @@ function Alias({ alias }: { original: string, - alias: string + alias?: string }) { const onClick = useCallback(() => { if (alias) {