mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-08 04:36:13 +08:00
fix: deepscan error and warning (#728)
This commit is contained in:
@@ -34,7 +34,7 @@ export const PublishPage = ({ workspace }: { workspace: WorkspaceUnit }) => {
|
||||
{workspace.provider === 'affine' ? (
|
||||
<div>
|
||||
<StyledPublishContent>
|
||||
{workspace?.published ? (
|
||||
{workspace.published ? (
|
||||
<>
|
||||
<StyledPublishExplanation>
|
||||
{t('Publishing')}
|
||||
|
||||
Reference in New Issue
Block a user