Przeglądaj źródła

BugFix for callout label

Yuki Takei 1 rok temu
rodzic
commit
a3466bf352

+ 1 - 1
apps/app/src/features/callout/services/callout.ts

@@ -26,7 +26,7 @@ export const remarkPlugin: Plugin = () => {
         data.hName = 'callout';
         data.hProperties = {
           type,
-          label: label ?? type,
+          label,
         };
 
       }