Skip to content

Commit

Permalink
blockscout#34 fix: next page params link to other page error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaycelv committed Dec 1, 2022
1 parent 7dc9436 commit f5de30d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,10 @@ require Logger
nil

next_page_params ->
address_token_transfers_path(
address_deposit_path(
conn,
:index,
address_hash_string,
token_hash_string,
Map.delete(next_page_params, "type")
)
end
Expand Down Expand Up @@ -151,7 +150,7 @@ require Logger
nil

next_page_params ->
address_token_transfers_path(
address_deposit_path(
conn,
:index,
address_hash_string,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,10 @@ require Logger
nil

next_page_params ->
address_token_transfers_path(
address_withdraw_path(
conn,
:index,
address_hash_string,
token_hash_string,
Map.delete(next_page_params, "type")
)
end
Expand Down Expand Up @@ -151,7 +150,7 @@ require Logger
nil

next_page_params ->
address_token_transfers_path(
address_withdraw_path(
conn,
:index,
address_hash_string,
Expand Down

0 comments on commit f5de30d

Please sign in to comment.