Fix missing Avatar on the schedule user's popup (#4290)

# What this PR does

Fix missing Avatar on the schedule user's popup

## Which issue(s) this PR closes

Closes https://github.com/grafana/oncall/issues/4258

## Checklist

- [ ] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] Added the relevant release notes label (see labels prefixed w/
`release:`). These labels dictate how your PR will
    show up in the autogenerated release notes.
This commit is contained in:
Maxim Mordasov 2024-04-30 14:32:42 +01:00 committed by GitHub
parent 2f1ea7dc98
commit da79bff1dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,6 +79,7 @@ const getStyles = () => {
return {
root: css`
position: relative;
z-index: 1;
`,
avatar: css`