Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Mikaal S. Anwar <[email protected]>
  • Loading branch information
mikaalanwar committed Nov 15, 2023
1 parent 1f6f6a3 commit 1067b76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ export class TableDetail extends React.Component<
}

render() {
const { isLoading, isLoadingNotices, statusCode, tableData, notices } =
const { isLoading, isLoadingNotices, notices, statusCode, tableData } =
this.props;
const { sortedBy, currentTab, isRightPanelOpen, selectedColumnDetails } =
this.state;
Expand Down

0 comments on commit 1067b76

Please sign in to comment.