From bbc59d84e04401f7f47738ea61bca6d1155a804a Mon Sep 17 00:00:00 2001 From: David Bismut Date: Mon, 15 Mar 2021 15:41:42 +0100 Subject: [PATCH] ci: trigger ci --- packages/leva/src/components/Vector/Vector.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/leva/src/components/Vector/Vector.tsx b/packages/leva/src/components/Vector/Vector.tsx index 1fd6ae91..12981fac 100644 --- a/packages/leva/src/components/Vector/Vector.tsx +++ b/packages/leva/src/components/Vector/Vector.tsx @@ -80,8 +80,7 @@ export function Vector>({ }: VectorProps) { const { id, setSettings } = useInputContext() - // TODO atm if lock is explicitly set in settings we show the lock - // this can probably be improved with better logic. + // TODO atm if lock is explicitly set in settings we show the lock, this can probably be improved with better logic. const { lock, locked } = settings return (