Skip to content

Commit 259a7a3

Browse files
committed
fix(migration): address feedback from PR review
1 parent 8d4f966 commit 259a7a3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default class InlineCode implements InlineTool {
2727
/**
2828
* Tag representing the term
2929
*/
30-
private tag: string;
30+
private tag: string = 'CODE';
3131
/**
3232
* CSS classes for the icon
3333
*/
@@ -47,8 +47,6 @@ export default class InlineCode implements InlineTool {
4747

4848
this.button = null;
4949

50-
this.tag = 'CODE';
51-
5250
this.iconClasses = {
5351
base: this.api.styles.inlineToolButton,
5452
active: this.api.styles.inlineToolButtonActive,

0 commit comments

Comments
 (0)