mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-01 18:44:01 +08:00
fix(mail-merge): Update regex, plus minor cleanup
This commit is contained in:
parent
6b97b9bbd4
commit
e62bebb8a1
2 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,8 @@ export default class Table extends Component {
|
|||
itemHeight={rowHeight}
|
||||
containerHeight={bodyHeight}
|
||||
BufferTag="tr"
|
||||
ItemRenderer={this.renderRow}
|
||||
RootRenderer="tbody"
|
||||
ItemRenderer={this.renderRow}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
2
src/pro
2
src/pro
|
@ -1 +1 @@
|
|||
Subproject commit bc5fb1eda86451a4d90d8f6f2d74ccabcd49b0f4
|
||||
Subproject commit 080ee56d2a93ab8de87a7f8c1eebdc7501e84168
|
Loading…
Reference in a new issue