Implement connectApp logic, add app url and icon

This commit is contained in:
artur
2024-02-08 14:15:45 +03:00
parent caf8f9a82b
commit 48c07ad1c0
11 changed files with 350 additions and 90 deletions

View File

@@ -15,7 +15,7 @@ type AppsProps = {
npub: string
}
export const Apps: FC<AppsProps> = ({ apps = [], npub = '' }) => {
export const Apps: FC<AppsProps> = ({ apps = [] }) => {
const notify = useEnqueueSnackbar()
// eslint-disable-next-line