From 120f9b2a97336083f317860e98322dfc6623c929 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Thu, 2 May 2024 18:42:21 -0300 Subject: [PATCH 1/2] fix playground button position --- src/frontend/src/components/cardComponent/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/components/cardComponent/index.tsx b/src/frontend/src/components/cardComponent/index.tsx index 3eb605fcb..f080fe3b2 100644 --- a/src/frontend/src/components/cardComponent/index.tsx +++ b/src/frontend/src/components/cardComponent/index.tsx @@ -327,7 +327,7 @@ export default function CollectionCardComponent({ Playground ) : ( -
+ undefined )} {data.liked_by_count != undefined && (
From c9a9ca2958bebeaabad5b5b2a0ceb0fa068e6f26 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 2 May 2024 18:51:22 -0300 Subject: [PATCH 2/2] Update .pre-commit-config.yaml to enable fail_fast option and add eslint repository --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9bfb498e3..5a52ab481 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,4 @@ +fail_fast: true repos: - repo: https://github.com/pre-commit/mirrors-eslint rev: "v9.1.1"