change(ui): reverted the time range selection dropdown in sessions

This commit is contained in:
Shekar Siri 2023-11-07 09:41:01 +01:00
parent 442da4ff39
commit 2bdc056081

View file

@ -51,12 +51,8 @@ function SessionHeader(props: Props) {
<>
<SessionTags />
<div className='mr-auto' />
{listCount > 0 && (
<>
<SelectDateRange period={period} onChange={onDateChange} right={true} />
<div className='mx-2' />
</>
)}
<SelectDateRange period={period} onChange={onDateChange} right={true} />
<div className='mx-2' />
</>
)}
<SessionSort />