fix: not necessary to check for undefined
This commit is contained in:
@@ -81,8 +81,8 @@ class HistoryMenuCtrl extends PureViewCtrl<{}, HistoryState> implements HistoryS
|
||||
return;
|
||||
}
|
||||
this.application.presentRevisionPreviewModal(
|
||||
remoteRevision!.payload.uuid,
|
||||
remoteRevision!.payload.content
|
||||
remoteRevision.payload.uuid,
|
||||
remoteRevision.payload.content
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user