From 6464e28f658ad4eb6ef622131b4889e53c1d42a4 Mon Sep 17 00:00:00 2001 From: martin-mfg <2026226+martin-mfg@users.noreply.github.com> Date: Thu, 6 Nov 2025 09:49:58 +0100 Subject: [PATCH] prettier --- .../frontend/src/components/Home/WakatimeLayoutSection.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/frontend/src/components/Home/WakatimeLayoutSection.js b/frontend/frontend/src/components/Home/WakatimeLayoutSection.js index 507aceeb..49efdef1 100644 --- a/frontend/frontend/src/components/Home/WakatimeLayoutSection.js +++ b/frontend/frontend/src/components/Home/WakatimeLayoutSection.js @@ -15,7 +15,12 @@ const WakatimeLayoutSection = ({ selectedOption, setSelectedOption }) => { const options = [ DEFAULT_OPTION, { id: 2, label: 'Compact', disabled: false, value: 'compact' }, - { id: 3, label: 'Text Only', disabled: false, value: 'default=hide_progress=true&card_width=315' }, + { + id: 3, + label: 'Text Only', + disabled: false, + value: 'default=hide_progress=true&card_width=315', + }, ]; return (