mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Remove duplicate shouldHideUiElement
Summary: Also adds an explanatory comment for a recently-added column. Test Plan: N/A Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D3854
This commit is contained in:
@@ -23,7 +23,6 @@ export function buildTutorialCard(owner: IDisposableOwner, options: Options) {
|
||||
const visible = Computed.create(owner, (use) =>
|
||||
!use(dismissed)
|
||||
&& !use(isNarrowScreenObs())
|
||||
&& !shouldHideUiElement("templates")
|
||||
);
|
||||
return dom.maybe(visible, () => {
|
||||
return cssCard(
|
||||
|
||||
Reference in New Issue
Block a user