Skip to content

Commit

Permalink
fix param
Browse files Browse the repository at this point in the history
  • Loading branch information
flexsurfer committed Dec 20, 2023
1 parent d118395 commit 303af9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/image_server.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@
hide ring for account with ens name
check `get-account-image-uri` for color formats"
[{:keys [port public-key key-uid image-name theme override-ring?]}]
[{:keys [port public-key key-uid image-name theme override-ring? ratio]}]
(fn [{:keys [size indicator-size indicator-border indicator-center-to-edge
indicator-color ring? ring-width override-theme ratio]}]
indicator-color ring? ring-width override-theme]}]
(get-account-image-uri
{:port port
:image-name image-name
Expand Down

0 comments on commit 303af9d

Please sign in to comment.