diff --git a/app/components/markdown/markdown_table/markdown_table.js b/app/components/markdown/markdown_table/markdown_table.js index 22eadcba1..019afb03b 100644 --- a/app/components/markdown/markdown_table/markdown_table.js +++ b/app/components/markdown/markdown_table/markdown_table.js @@ -236,7 +236,7 @@ export default class MarkdownTable extends React.PureComponent { } let expandButton = null; - if (expandButtonOffset > 0 && (moreRight || moreBelow)) { + if (expandButtonOffset > 0) { expandButton = (