From a6cd9dbeb2bab0c4f1d9655357aa72901eef61bc Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sun, 24 Nov 2024 01:23:20 +0100 Subject: [PATCH 1/2] potentially fix an app crash Potentially fixes app crash on https://next.docutopia.de/item/54870c5f-9b37-4bcb-9838-59a76561c4d5 caused by an field being null --- src/Components/Profile/Templates/TabsView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Profile/Templates/TabsView.tsx b/src/Components/Profile/Templates/TabsView.tsx index 2b046f7b..e32501a4 100644 --- a/src/Components/Profile/Templates/TabsView.tsx +++ b/src/Components/Profile/Templates/TabsView.tsx @@ -50,7 +50,7 @@ export const TabsView = ({ const appState = useAppState() const getUserProfile = (id: string) => { return items.find( - (i) => i.user_created.id === id && i.layer?.itemType.name === appState.userType, + (i) => i.user_created?.id === id && i.layer?.itemType.name === appState.userType, ) } From 60555de3f903267d9f19ba490f5faa18c27648a0 Mon Sep 17 00:00:00 2001 From: antontranelis <31516529+antontranelis@users.noreply.github.com> Date: Sun, 24 Nov 2024 08:36:35 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a627833..713adc23 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Utopia UI [![npm version](https://img.shields.io/npm/v/utopia-ui.svg)](https://www.npmjs.com/package/utopia-ui) +# Utopia UI [![npm version](https://img.shields.io/npm/v/utopia-ui.svg)](https://www.npmjs.com/package/utopia-ui) ![Build Status](https://img.shields.io/github/actions/workflow/status/utopia-os/utopia-ui/test.build.yml?branch=main) ![License](https://img.shields.io/github/license/utopia-os/utopia-ui) + **UI Framework for Real-Life-Networking-Apps** *Real change happens in real life when we meet in person and connect as local communities manifesting their ideas with the earth. When we help each other to step out of our bubbles at home and start building common infrastructure to meet human needs in harmony with Mother Earth.*