From 9b0c633a876b57e27a30840f4c11dff88bb026a4 Mon Sep 17 00:00:00 2001 From: mathysPaul Date: Fri, 17 Nov 2023 13:22:54 +0100 Subject: [PATCH] [FIX] Reviwed comments on the RP --- front/components/UI/InteractiveCC.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/front/components/UI/InteractiveCC.tsx b/front/components/UI/InteractiveCC.tsx index 56d1806..6df5a82 100644 --- a/front/components/UI/InteractiveCC.tsx +++ b/front/components/UI/InteractiveCC.tsx @@ -1,3 +1,4 @@ +/* eslint-disable */ import React, { useRef, useEffect } from 'react'; import { Animated, StyleSheet, Pressable, ViewStyle, StyleProp } from 'react-native';