Skip to content
Snippets Groups Projects
Commit bfd95b01 authored by Toavina's avatar Toavina
Browse files

update

parent 54d37fce
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ const Stats = (props: Props) => {
<div className="stat-title">{title}</div>
<div className={`stat-value ${valueColor}`}>{value}</div>
{desc ? <div className={`stat-desc ${descColor}`}>{desc}</div> : <></>}
<div className="stat-actions">{children}</div>
{children ? <div className="stat-actions">{children}</div> : <></>}
</div>
</div>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment