From 2a8f99fbed3d41b788fef2297db7a89be8ed3550 Mon Sep 17 00:00:00 2001 From: Johannes Klein Date: Thu, 3 Oct 2024 22:56:15 +0200 Subject: [PATCH] Grid2 codemod --- src/app/PartitionEditor.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/PartitionEditor.js b/src/app/PartitionEditor.js index af6fd0e..a2e9b04 100644 --- a/src/app/PartitionEditor.js +++ b/src/app/PartitionEditor.js @@ -90,7 +90,7 @@ function PartitionEditor({ alignment }) { const { partToAdd } = partition; return ( - + ( Partition editor @@ -101,25 +101,25 @@ function PartitionEditor({ alignment }) { - + - + - + - + - + - + - + @@ -152,15 +152,15 @@ function PartitionEditor({ alignment }) { { partition.isDefault ? null : ( - + )} - + - + ) ); }