From 6bcd49815ce8ae257788ea1943599f11ab2ede98 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 28 Feb 2024 16:17:09 -0500 Subject: [PATCH] chore: lint --- core/src/components/modal/modal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/components/modal/modal.tsx b/core/src/components/modal/modal.tsx index c2ce6fc569f..2d84e42c964 100644 --- a/core/src/components/modal/modal.tsx +++ b/core/src/components/modal/modal.tsx @@ -379,8 +379,8 @@ export class Modal implements ComponentInterface, OverlayInterface { */ this.inheritedAttributes = { ...this.inheritedAttributes, - [attribute]: htmlAttributes[attribute] - } + [attribute]: htmlAttributes[attribute], + }; delete htmlAttributes[attribute]; }