diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/data/memory.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/data/memory.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/data/memory.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/data/memory.jsx index e4361db..f5dce96 100755 --- a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/data/memory.jsx +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/data/memory.jsx | |||
| @@ -113,7 +113,7 @@ export const Widget = () => { | |||
| 113 | Icon={showIcon ? Pie : null} | 113 | Icon={showIcon ? Pie : null} |
| 114 | onClick={onClick} | 114 | onClick={onClick} |
| 115 | > | 115 | > |
| 116 | <div className="memory__content">{used}%</div> | 116 | <div className="memory__content">{`${used}%`}</div> |
| 117 | </DataWidget.Widget> | 117 | </DataWidget.Widget> |
| 118 | ); | 118 | ); |
| 119 | }; | 119 | }; |
