Skip to content

Commit

Permalink
BugFix for callout label
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei committed Nov 12, 2024
1 parent 2226879 commit a3466bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/src/features/callout/services/callout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const remarkPlugin: Plugin = () => {
data.hName = 'callout';
data.hProperties = {
type,
label: label ?? type,
label,
};

}
Expand Down

0 comments on commit a3466bf

Please sign in to comment.