Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: removed unnecessary display call
The extra display call was not needed because the display is called within the function to render the cell params. Also the function it was wrapping had no return to display, thus causing a "None" to print to the console.
- Loading branch information