Commit bde928cb by zhaochengxiang

bug fix

parent d232b306
...@@ -783,7 +783,7 @@ const AssetAction = React.forwardRef(function (props, ref) { ...@@ -783,7 +783,7 @@ const AssetAction = React.forwardRef(function (props, ref) {
</span> </span>
</Col> </Col>
<Col flex={0}> <Col flex={0}>
<span>{`访问次数: ${assets?.visitCount}`}</span> <span>{`访问次数: ${assets?.visitCount??0}`}</span>
</Col> </Col>
</Row> </Row>
</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