Skip to content

Commit

Permalink
fixed typing issue on optional param
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Mar 19, 2020
1 parent 51ffd2a commit afc3d7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ interface Props {
[key: string]: Comparator;
};
alertsContext: AlertsContextValue;
refreshRateInMilliseconds: number;
refreshRateInMilliseconds?: number;
}

const DEFAULT_REFRESH_RATE = 5000;
Expand Down

0 comments on commit afc3d7c

Please sign in to comment.