Skip to content

Commit

Permalink
fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanscut committed May 29, 2020
1 parent 2181b48 commit 33e84bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xlsx/xform/strings/shared-string-xform.js
Expand Up @@ -33,7 +33,7 @@ class SharedStringXform extends BaseXform {
if (model && model.hasOwnProperty('richText') && model.richText) {
if (model.richText.length) {
model.richText.forEach(text => {
this.map.render(xmlStream, text);
this.map.r.render(xmlStream, text);
});
} else {
this.map.t.render(xmlStream, '');
Expand Down

0 comments on commit 33e84bb

Please sign in to comment.