fix: hide subscription marketing on iOS (#1929)
This commit is contained in:
@@ -286,11 +286,13 @@ const NotesOptions = ({
|
||||
|
||||
const switchClassNames = classNames(textClassNames, defaultClassNames, 'justify-between')
|
||||
|
||||
const firstItemClass = 'pt-4'
|
||||
|
||||
return (
|
||||
<>
|
||||
{notes.length === 1 && (
|
||||
<>
|
||||
<button className={defaultClassNames} onClick={openRevisionHistoryModal}>
|
||||
<button className={classNames(defaultClassNames, firstItemClass)} onClick={openRevisionHistoryModal}>
|
||||
<Icon type="history" className={iconClass} />
|
||||
Note history
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user