Browse Source

Update AccountUserInfo.js Fix typo

pull/152/head
Abdul Rahman 2 years ago
committed by GitHub
parent
commit
038a1521b9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      src/views/components/AccountUserInfo.js

4
src/views/components/AccountUserInfo.js

@ -95,7 +95,7 @@ export default {
<div v-if="devices.length > 0" class="center">
<ol>
<li>Nama: {{ name }}</li>
<li>Name: {{ name }}</li>
<li>Status: {{ status }}</li>
<li>Device:
<ul>
@ -109,4 +109,4 @@ export default {
</div>
</div>
`
}
}
Loading…
Cancel
Save