mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
Merge branch 'main' of github.com:utopia-os/utopia-ui
This commit is contained in:
commit
8cc660dba9
@ -1,4 +1,5 @@
|
|||||||
# Utopia UI [](https://www.npmjs.com/package/utopia-ui)
|
# Utopia UI [](https://www.npmjs.com/package/utopia-ui)  
|
||||||
|
|
||||||
**UI Framework for Real-Life-Networking-Apps**
|
**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.*
|
*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.*
|
||||||
|
|||||||
@ -50,7 +50,7 @@ export const TabsView = ({
|
|||||||
const appState = useAppState()
|
const appState = useAppState()
|
||||||
const getUserProfile = (id: string) => {
|
const getUserProfile = (id: string) => {
|
||||||
return items.find(
|
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,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user