From 64e3a1658204a3deb0f2158d9712e2241c3e617f Mon Sep 17 00:00:00 2001 From: Brandon McFarlin <6525520+Brandawg93@users.noreply.github.com> Date: Sun, 10 Dec 2023 11:02:59 -0500 Subject: [PATCH] add proper percent Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com> --- src/widgets/peanut/component.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widgets/peanut/component.jsx b/src/widgets/peanut/component.jsx index ba39992a..b61ecacf 100644 --- a/src/widgets/peanut/component.jsx +++ b/src/widgets/peanut/component.jsx @@ -41,8 +41,8 @@ export default function Component({ service }) { return ( - - + + );