WIP Add wallet transactions route, view
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Adds a new component for the wallet summary as well, and makes the component tests work with RSpec.
This commit is contained in:
8
app/components/wallet_summary_component.rb
Normal file
8
app/components/wallet_summary_component.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class WalletSummaryComponent < ViewComponent::Base
|
||||
def initialize(balance:)
|
||||
@balance = balance
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user