onSelect(item.id)}
title={item.title ?? item.name}
name={item.name}
count={showCount ? item.count : undefined}
enabled={item.enabled}
selectable={item.selectable}
status={item.status}
type={showType ? item.type : undefined}
icon={
{item.country ? (
) : (
)}
}
/>
))}
{filtered.length === 0 && !showAllTile ? (
{items.length === 0 ? "Нет доступных серверов" : "Ничего не найдено"}
) : null}