Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions shared/common-adapters/icon.constants-gen.shared.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// @ts-nocheck
// This file is GENERATED by yarn run update-icon-font. DON'T hand edit
import {isMobile} from '@/constants/platform'

// prettier-ignore
export const iconMeta = {
Expand Down
4 changes: 1 addition & 3 deletions shared/desktop/yarn-helper/font.mts
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,7 @@ export type IconType = ${Object.keys(icons)

export const iconMeta: {[key in IconType]: IconMeta}
`
const iconConstants = `// @ts-nocheck
// This file is GENERATED by yarn run update-icon-font. DON'T hand edit
import {isMobile} from '@/constants/platform'
const iconConstants = `// This file is GENERATED by yarn run update-icon-font. DON'T hand edit

// prettier-ignore
export const iconMeta = {
Expand Down