chore(shared): Lower the control required for curation
This commit is contained in:
parent
4c1061fc12
commit
c8f43811b6
1 changed files with 2 additions and 5 deletions
|
@ -336,7 +336,7 @@ export const Mset = ({ id, publicOnly = false }) => {
|
||||||
</button>
|
</button>
|
||||||
{!publicOnly && (
|
{!publicOnly && (
|
||||||
<>
|
<>
|
||||||
{account.control > 3 && mset.public ? (
|
{account.control > 2 ? (
|
||||||
<button
|
<button
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setSuggest(!suggest)
|
setSuggest(!suggest)
|
||||||
|
@ -1105,10 +1105,7 @@ const SuggestCset = ({ mset, backend, setLoadingStatus, t }) => {
|
||||||
<BoolYesIcon />
|
<BoolYesIcon />
|
||||||
{t('account:notes')}
|
{t('account:notes')}
|
||||||
</h4>
|
</h4>
|
||||||
<p>
|
<p>{t('account:csetNotesMsg')}</p>
|
||||||
{t('account:csetNotesMsg')}
|
|
||||||
{t('account:csetNotesMsg')}
|
|
||||||
</p>
|
|
||||||
<Popout tip compact>
|
<Popout tip compact>
|
||||||
{t('account:mdSupport')}
|
{t('account:mdSupport')}
|
||||||
</Popout>
|
</Popout>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue