change(ui) - removed session count from tab
This commit is contained in:
parent
29599625a9
commit
b517903a13
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ function SessionHeader(props: Props) {
|
|||
})}
|
||||
onClick={() => props.setActiveTab({ type: 'all' })}
|
||||
>
|
||||
<span className="font-bold">SESSIONS</span> <span className="color-gray-medium ml-2">{listCount}</span>
|
||||
<span className="font-bold">SESSIONS</span>
|
||||
</div>
|
||||
<div
|
||||
className={cn('py-3 cursor-pointer', {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue