From 88b8f304b581b728cd629acdb6cc97a97ad6f9b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Sat, 5 Mar 2022 12:07:37 +0100 Subject: [PATCH] remove autocompletet data --- web-app/src/App.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/web-app/src/App.tsx b/web-app/src/App.tsx index 1ffff73..e5ff768 100644 --- a/web-app/src/App.tsx +++ b/web-app/src/App.tsx @@ -16,11 +16,6 @@ export default function App() { if (getCookie("aeris_jwt")) return ; - const autoCompleteData = [ - { label: "The Godfather", id: 1 }, - { label: "Pulp Fiction", id: 2 }, - ]; - return (