Commit 9a68e5d9 authored by wuhao's avatar wuhao 🎯

xzc

parent 59253bb9
......@@ -162,13 +162,7 @@ const TagView = ({ children, home }) => {
style={{ width: '100%', height: '100%' }}
hideTracksWhenNotNeeded={true}
>
{tagList.map((item) => {
return (
<div style={{ display: item.active ? 'block' : 'none', height: '100%' }}>
{children}
</div>
);
})}
{children}
</Scrollbars>
</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