summaryrefslogtreecommitdiff
path: root/packages/integrations/preact/src/client.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/preact/src/client.ts')
-rw-r--r--packages/integrations/preact/src/client.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/preact/src/client.ts b/packages/integrations/preact/src/client.ts
index fa20a9928..32fdc9888 100644
--- a/packages/integrations/preact/src/client.ts
+++ b/packages/integrations/preact/src/client.ts
@@ -28,7 +28,7 @@ export default (element: HTMLElement) =>
let valueOfSignal = mapValue;
// not an property key
- if(typeof indexOrKeyInProps !== 'string') {
+ if (typeof indexOrKeyInProps !== 'string') {
valueOfSignal = mapValue[0];
indexOrKeyInProps = mapValue[1];
}