mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 11:36:25 +08:00
Merge pull request #840 from toeverything/bugfix/public-workspace-error
fix: delete useless tips
This commit is contained in:
@@ -14,7 +14,6 @@ export const PageListEmpty = (props: { listType?: string }) => {
|
|||||||
{listType === 'all' && <p>{t('emptyAllPages')}</p>}
|
{listType === 'all' && <p>{t('emptyAllPages')}</p>}
|
||||||
{listType === 'favorite' && <p>{t('emptyFavourite')}</p>}
|
{listType === 'favorite' && <p>{t('emptyFavourite')}</p>}
|
||||||
{listType === 'trash' && <p>{t('emptyTrash')}</p>}
|
{listType === 'trash' && <p>{t('emptyTrash')}</p>}
|
||||||
<p>{t('still designed')}</p>
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user