add key to react components
This commit is contained in:
@@ -3,11 +3,13 @@ import Home from "../scenes/Home";
|
||||
|
||||
export const mainMenuItems = [
|
||||
{
|
||||
id: 'home',
|
||||
title: 'Home',
|
||||
url: '/',
|
||||
component: Home,
|
||||
},
|
||||
{
|
||||
id: 'doorLockCharges',
|
||||
title: 'Door Lock Charges',
|
||||
url: '/door-lock-charges',
|
||||
component: DoorLockCharges,
|
||||
|
||||
Reference in New Issue
Block a user