mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 15:28:29 +08:00
Visual bug fix.
This commit is contained in:
parent
adaa36031e
commit
2cec75224e
@ -60,7 +60,7 @@ export class MethodsComponent extends React.Component {
|
|||||||
height={height}
|
height={height}
|
||||||
rowCount={methods.length}
|
rowCount={methods.length}
|
||||||
columns={MethodsComponent.columns}
|
columns={MethodsComponent.columns}
|
||||||
fixedColumnCount={2}
|
fixedColumnCount={3}
|
||||||
record={this.record}
|
record={this.record}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user