Skip to content

Commit

Permalink
Fix missing Avatar on the schedule user's popup (#4290)
Browse files Browse the repository at this point in the history
# What this PR does

Fix missing Avatar on the schedule user's popup

## Which issue(s) this PR closes

Closes #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.
  • Loading branch information
Maxim Mordasov authored Apr 30, 2024
1 parent 2f1ea7d commit da79bff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const getStyles = () => {
return {
root: css`
position: relative;
z-index: 1;
`,

avatar: css`
Expand Down

0 comments on commit da79bff

Please sign in to comment.