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:
parent
f4cbfe8bee
commit
02ab9169da
@ -108,8 +108,8 @@ 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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user