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>
|
||||
{!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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue