1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-10 01:19:53 +01:00

fix: add missing space (#239)

This commit is contained in:
Simen Bekkhus 2021-02-04 16:03:32 +01:00 committed by GitHub
parent f4cbfe8bee
commit 02ab9169da

View File

@ -109,7 +109,7 @@ export default class MetricComponent extends React.Component {
<div> <div>
<small> <small>
<strong>Not used in an app in the last hour. </strong> <strong>Not used in an app in the last hour. </strong>
This might be due to your client implementation is not reporting usage. This might be due to your client implementation not reporting usage.
</small> </small>
</div> </div>
</div> </div>