mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
fix the activity center crash when replying with an image (#16281)
This commit is contained in:
parent
1ab57851d2
commit
4f4489ee51
@ -192,4 +192,5 @@
|
||||
|
||||
(defn replace-port
|
||||
[url new-port]
|
||||
(string/replace url #"(:\d+)" (str ":" new-port)))
|
||||
(when url
|
||||
(string/replace url #"(:\d+)" (str ":" new-port))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user