Skip to content

Commit

Permalink
hide the draft star icon for isOpen
Browse files Browse the repository at this point in the history
  • Loading branch information
rvion committed Dec 4, 2023
1 parent a9effac commit 98b9cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/panels/Panel_FullScreenLibrary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ export const DraftEntryUI = observer(function DraftEntryUI_(p: { draft: DraftL }
]}
key={draft.id}
>
<div tw='pl-1'>
{/* <div tw='pl-1'>
<DraftFavoriteBtnUI draft={draft} size='1.3rem' />
</div>
</div> */}
<AppIllustrationUI app={draft.app} size='1.5rem' />
<div
tw='cursor-pointer single-line-ellipsis flex-grow'
Expand Down

0 comments on commit 98b9cc3

Please sign in to comment.