change(ui): reverted the time range selection dropdown in sessions
This commit is contained in:
parent
442da4ff39
commit
2bdc056081
1 changed files with 2 additions and 6 deletions
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue