summaryrefslogtreecommitdiff
path: root/packages/integrations/react/context.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/react/context.js')
-rw-r--r--packages/integrations/react/context.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/react/context.js b/packages/integrations/react/context.js
index 5d9b1d7b1..2e3e37fd5 100644
--- a/packages/integrations/react/context.js
+++ b/packages/integrations/react/context.js
@@ -17,7 +17,7 @@ function getContext(rendererContextResult) {
}
export function incrementId(rendererContextResult) {
- const ctx = getContext(rendererContextResult)
+ const ctx = getContext(rendererContextResult);
const id = ctx.id;
ctx.currentIndex++;
return id;