File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ defmodule AlgoraWeb.User.TransactionsLive do
41
41
42
42
{ :ok ,
43
43
socket
44
- |> assign ( :page_title , "Your transactions " )
44
+ |> assign ( :page_title , "Transactions " )
45
45
|> assign ( :show_create_payout_drawer , false )
46
46
|> assign ( :show_manage_payout_drawer , false )
47
47
|> assign ( :show_delete_confirmation , false )
@@ -170,9 +170,9 @@ defmodule AlgoraWeb.User.TransactionsLive do
170
170
~H"""
171
171
< div class = "container mx-auto max-w-7xl space-y-6 p-6 " >
172
172
< div class = "space-y-4 " >
173
- < div class = "flex items-end justify-between gap-4 " >
173
+ < div class = "flex items-center justify-between gap-4 " >
174
174
< div class = "space-y-1 " >
175
- < h1 class = "text-2xl font-bold " > Your Transactions</ h1 >
175
+ < h1 class = "text-2xl font-bold " > Transactions</ h1 >
176
176
< p class = "text-muted-foreground " > View and manage your transaction history</ p >
177
177
</ div >
178
178
<%= if @ account do %>
@@ -223,7 +223,7 @@ defmodule AlgoraWeb.User.TransactionsLive do
223
223
</ div >
224
224
225
225
<!-- Transactions Table -->
226
- < . card >
226
+ < . card :if = { length ( @ transactions ) > 0 } >
227
227
< . card_header >
228
228
< . card_title > Transaction History</ . card_title >
229
229
</ . card_header >
You can’t perform that action at this time.
0 commit comments