Linter fix

bust_cache
Rick Carlino 2020-01-02 17:07:06 -06:00
parent 44b4604552
commit d5bbc95b1f
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ export interface WritePinStepParams {
interface PinSelectProps extends StepParams { interface PinSelectProps extends StepParams {
width?: number; width?: number;
}; }
export const PinSelect = (props: PinSelectProps): JSX.Element => { export const PinSelect = (props: PinSelectProps): JSX.Element => {
const step = props.currentStep; const step = props.currentStep;