fix: remove undefined operator from all-math-operators-by-glyph

This commit is contained in:
Alexandre Nunes 2020-10-03 11:01:40 -03:00
parent f482d19324
commit 55bb006a26
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ export const allMathOperatorsByGlyph: Record<string, string> = {
'--': '--',
'++': '++',
'&': '\\&',
undefined: '',
'∜': '\\sqrt[4]{}',
'∛': '\\sqrt[3]{}',
'√': '\\sqrt{}',