+
+ {server?.name ?? "Server"}
+ +{server.address}. Please check the
+ server is running and try again.
+
+ {selectedCard && (<>
+
+
+
+
+
+ >)}
+
+ x !== selectedCard).sort(x => x.lastUsed) ?? null}
+ cardSelected={card => {
+ toast({
+ duration: 2500,
+ title: "Card Selected",
+ description: `${card.name} has been selected.`
+ });
+
+ setSelectedCard(card);
+ }}/>
+
+
+