From ba55d180f8878d6a0a592fdc9c3e8015399986a3 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 14 Mar 2021 20:04:49 +0300 Subject: fix: type checks --- src/components/Paper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') diff --git a/src/components/Paper.tsx b/src/components/Paper.tsx index b0e5bc4..2d64261 100644 --- a/src/components/Paper.tsx +++ b/src/components/Paper.tsx @@ -1,7 +1,7 @@ import React from 'react'; interface Props { - variant: 'elevation' | 'outlined' + variant?: 'elevation' | 'outlined' } const style = { -- cgit v1.2.3