Skip to content

Commit f4d3f83

Browse files
balamanovaabalamanova
andauthored
ATHENS-8852 expiry date not shows in case of groups (#3151)
Signed-off-by: abalamanova <[email protected]> Co-authored-by: abalamanova <[email protected]>
1 parent b95ef2c commit f4d3f83

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui/src/components/pending-approval/PendingApprovalTableRow.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ export default class PendingApprovalTableRow extends React.Component {
149149
? () => {}
150150
: this.props.pendingDecision.bind(this, key, false);
151151
let shouldDisplayFlatPicker =
152-
this.props.pendingState !== PENDING_STATE_ENUM.DELETE &&
153-
this.props.category !== 'group';
152+
this.props.pendingState !== PENDING_STATE_ENUM.DELETE;
154153
return (
155154
<TableRow
156155
color={this.props.color}

0 commit comments

Comments
 (0)