render Map tab as 'a'; remove logs;

This commit is contained in:
2025-09-25 16:37:17 +09:00
parent 26132fc1ee
commit 5dd75ead39
2 changed files with 1 additions and 1 deletions

View File

@ -52,6 +52,7 @@ function MapTest() {
<Tab value={key} icon={<Map16Regular />}>
{id[key]?.mapLabel ?? `Tab ${key}`}
<Button
as='a'
style={{ marginLeft: '0.5rem' }}
size="small"
icon={<Dismiss12Filled />}