From 963df4beeb561481b03aea09f6d35f10dd5b8681 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 11 Oct 2023 17:59:09 +0200 Subject: [PATCH] cosmetic: webui: Fix trailing whitespace --- webui/src/components/Subscriber/Edit.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webui/src/components/Subscriber/Edit.js b/webui/src/components/Subscriber/Edit.js index 30ce7b93b..999532b46 100644 --- a/webui/src/components/Subscriber/Edit.js +++ b/webui/src/components/Subscriber/Edit.js @@ -672,7 +672,7 @@ class Edit extends Component { } getStateFromProps(props) { - const { + const { action, profiles, width, @@ -741,7 +741,7 @@ class Edit extends Component { getFormDataFromProfile(profile) { let formData; - + formData = Object.assign({}, this.props.profiles.filter(p => p._id === profile)[0]); formData = Object.assign(formData, { profile }); @@ -807,7 +807,7 @@ class Edit extends Component { } = this.state; return ( -