mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Added id to side bar links container
This commit is contained in:
parent
f6a6b4e452
commit
9e6c7852fb
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ export default function Layout (props) {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{sidebarOpen
|
{sidebarOpen
|
||||||
? <div>
|
? <div id='sideBarLinks'>
|
||||||
{Object.keys(tabs).map((key) => {
|
{Object.keys(tabs).map((key) => {
|
||||||
const item = tabs[key]
|
const item = tabs[key]
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue