1
0
Fork 0

chore(shared): Lower the control required for curation

This commit is contained in:
joostdecock 2023-10-04 19:24:41 +02:00
parent 4c1061fc12
commit c8f43811b6

View file

@ -336,7 +336,7 @@ export const Mset = ({ id, publicOnly = false }) => {
</button>
{!publicOnly && (
<>
{account.control > 3 && mset.public ? (
{account.control > 2 ? (
<button
onClick={() => {
setSuggest(!suggest)
@ -1105,10 +1105,7 @@ const SuggestCset = ({ mset, backend, setLoadingStatus, t }) => {
<BoolYesIcon />
{t('account:notes')}
</h4>
<p>
{t('account:csetNotesMsg')}
{t('account:csetNotesMsg')}
</p>
<p>{t('account:csetNotesMsg')}</p>
<Popout tip compact>
{t('account:mdSupport')}
</Popout>