Skip to content

Commit 41de21a

Browse files
Fixed integer overflow issue
1 parent 615ac5c commit 41de21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/st2-actions/actions-details.component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export default class ActionsDetails extends React.Component {
130130

131131

132132

133-
componentDidUpdate(prevProps,prevState) {
133+
componentDidUpdate(prevProps) {
134134
const { id } = this.props;
135135
if (id && id !== prevProps.id) {
136136
this.fetchAction(id);

0 commit comments

Comments
 (0)