Skip to content

Commit

Permalink
Fixed a non-sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
bp-cos committed Jun 25, 2024
1 parent 89d6d36 commit 5342ab8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export default class PreprintStatusBanner extends Component<InputArgs>{
});

const latestRequestAction = requestActions.firstObject;
// @ts-ignore: ActionTrigger is never
// @ts-ignore: ActionTrigger does not exist on type 'never'
if (latestRequestAction && latestRequestAction.actionTrigger === 'reject') {
this.isWithdrawalRejected = true;
this.latestAction = latestRequestAction;
Expand Down

0 comments on commit 5342ab8

Please sign in to comment.