feat(LOY-135): change redeem description to be RTE
This commit is contained in:
@@ -66,9 +66,11 @@ function extractPossibleAttributes(attrs: Attributes | undefined) {
|
||||
props.className = attrs["class-name"]
|
||||
} else if (attrs.classname) {
|
||||
props.className = attrs.classname
|
||||
} else if (attrs?.style?.["text-align"]) {
|
||||
}
|
||||
|
||||
if (attrs.style?.["text-align"]) {
|
||||
props.style = {
|
||||
textAlign: attrs?.style?.["text-align"],
|
||||
textAlign: attrs.style["text-align"],
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user