Skip to content

Commit

Permalink
fix(experimental): Avatar fix error when using SafeResourceUrl (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Feb 21, 2024
1 parent 04255ba commit a79ba00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {TUI_AVATAR_OPTIONS, TuiAvatarOptions} from './avatar.options';
'[attr.data-appearance]': 'appearance',
'[attr.data-size]': 'size',
'[attr.data-type]': 'type',
'[style.--t-mask]': '"url(" + resolver(src) + ")"',
'[style.--t-mask]': '"url(" + resolver(src.toString()) + ")"',
'[class._round]': 'round',
},
})
Expand Down

0 comments on commit a79ba00

Please sign in to comment.