mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-28 01:37:56 +03:00
use empty string over null
This commit is contained in:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user