mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Comment out EditLabelsModal while we merge
This commit is contained in:
parent
927044fabc
commit
287b20813b
1 changed files with 2 additions and 2 deletions
|
|
@ -124,7 +124,7 @@ export default function Home(): JSX.Element {
|
|||
articleReadingProgressMutation,
|
||||
}}
|
||||
/>
|
||||
{showLabelsModal && (
|
||||
{/* {showLabelsModal && (
|
||||
<EditLabelsModal
|
||||
labels={article.labels || []}
|
||||
article={article}
|
||||
|
|
@ -135,7 +135,7 @@ export default function Home(): JSX.Element {
|
|||
// setLabels(labels)
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
)} */}
|
||||
</VStack>
|
||||
)}
|
||||
</PrimaryLayout>
|
||||
|
|
|
|||
Loading…
Reference in a new issue