Commit 2c61850a authored by ζ„šι“'s avatar ζ„šι“ Committed by 偏右

prettier file

parent 33b4e465
...@@ -196,10 +196,7 @@ export default class WaterWave extends PureComponent { ...@@ -196,10 +196,7 @@ export default class WaterWave extends PureComponent {
</div> </div>
<div className={styles.text} style={{ width: height }}> <div className={styles.text} style={{ width: height }}>
{title && <span>{title}</span>} {title && <span>{title}</span>}
<h4> <h4>{percent}%</h4>
{percent}
%
</h4>
</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