feat(ui) - live session modal position

This commit is contained in:
Shekar Siri 2022-08-18 17:40:04 +02:00
parent e02b552add
commit 775ca53e53

View file

@ -20,7 +20,7 @@ const AssistTabs = (props: Props) => {
<>
<div
className={stl.btnLink}
onClick={() => showModal(<SessionList userId={props.userId} />, {})}
onClick={() => showModal(<SessionList userId={props.userId} />, { right: true })}
>
Active Sessions
</div>