mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
add basic mobile responsive layout
This commit is contained in:
@@ -248,7 +248,6 @@ export const AppMenu = () => {
|
||||
return (
|
||||
<div key={item.id}>
|
||||
{item.items.map((subItem) => {
|
||||
console.log(subItem.id);
|
||||
return <Fragment key={subItem.id}>{renderMenuItem(subItem)}</Fragment>;
|
||||
})}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user