mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
59109e1318
Probably slipped through in the refactor: `getLinkStyle` was defined in to places, was probably meant to live only in `Utils`. In addition, it expected a `wrapper` expression which wasn't defined. This commit fixes it by removing the second declaration of that function and passing a third parameter to the one defined in `Utils`.