Refactor admin users page, add quick stats
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Râu Cao
2023-02-13 16:32:28 +08:00
parent dd482d7f2e
commit d9e767298b
4 changed files with 60 additions and 62 deletions

View File

@@ -5,7 +5,7 @@ RSpec.describe WalletSummaryComponent, type: :component do
expect(
render_inline(described_class.new(balance: 2301000)) {}.css("section").to_html
).to include(
"2,301,000 sats"
"2,301,000"
)
end
end