Skip to content

Commit

Permalink
remove side bar addon
Browse files Browse the repository at this point in the history
  • Loading branch information
coulsontl committed May 21, 2024
1 parent fa3e351 commit fa546a7
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,7 @@ const SessionItem = memo<SessionItemProps>(({ id }) => {

const addon = useMemo(
() =>
!showModel ? undefined : (
<Flexbox gap={4} horizontal style={{ flexWrap: 'wrap' }}>
<ModelTag model={model} />
</Flexbox>
),
undefined,
[showModel, model],
);

Expand Down

0 comments on commit fa546a7

Please sign in to comment.