show the name of current selected scanner

main
alex 2023-05-25 14:49:21 +02:00
parent 60d18cdaf0
commit a4340cd7b1
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@ export default function SideMenu({ userSession, setUserSession }) {
(scanner) => scanner.UsedByUserId === userId
)?.Name;
console.log(scannerName);
return scannerName === undefined ? "No scanner selected" : scannerName;
}