Commit 9a68e5d9 authored by wuhao's avatar wuhao 🎯

xzc

parent 59253bb9
...@@ -162,13 +162,7 @@ const TagView = ({ children, home }) => { ...@@ -162,13 +162,7 @@ const TagView = ({ children, home }) => {
style={{ width: '100%', height: '100%' }} style={{ width: '100%', height: '100%' }}
hideTracksWhenNotNeeded={true} hideTracksWhenNotNeeded={true}
> >
{tagList.map((item) => { {children}
return (
<div style={{ display: item.active ? 'block' : 'none', height: '100%' }}>
{children}
</div>
);
})}
</Scrollbars> </Scrollbars>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment