From 35cb769456d6b94c768b6ce3afd9535918aea0a1 Mon Sep 17 00:00:00 2001 From: Steve Klebanoff Date: Mon, 17 Dec 2018 12:57:59 -0800 Subject: prettify file --- packages/website/ts/@next/pages/instant/select.tsx | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'packages/website') diff --git a/packages/website/ts/@next/pages/instant/select.tsx b/packages/website/ts/@next/pages/instant/select.tsx index 422818f9f..1e428c9a1 100644 --- a/packages/website/ts/@next/pages/instant/select.tsx +++ b/packages/website/ts/@next/pages/instant/select.tsx @@ -20,9 +20,20 @@ export const Select: React.FunctionComponent = ({ value, id, items, - {items.map((item, index) => )} + {items.map((item, index) => ( + + ))} - + + + ); }; -- cgit v1.2.3