use empty string over null

This commit is contained in:
ppc
2024-09-03 16:03:40 +01:00
parent 6acddc2f78
commit 9fe0dcc35c
+1 -1
View File
@@ -40,7 +40,7 @@ function ServerCard(props: { server: AMServer, navigation: any }) {
<ContextMenu onPress={pageContextMenuCallback} actions={[
{title: `Select ${props.server.serverName}`, systemIcon: "chevron.right"},
{
title: null,
title: "",
inlineChildren: true,
actions: [
{title: "Share Server", systemIcon: "square.and.arrow.up"},