Skip to content

Commit 93c8d23

Browse files
committed
chore: Update missing locale in state that implements it
1 parent 83c7e7c commit 93c8d23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/react/src/stateProxy.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@ export class StateProxy implements State {
194194
get legalAcceptedAt() {
195195
return gateProperty(target, 'legalAcceptedAt', null);
196196
},
197+
get locale() {
198+
return gateProperty(target, 'locale', null);
199+
},
197200
get status() {
198201
return gateProperty(target, 'status', 'missing_requirements');
199202
},

0 commit comments

Comments
 (0)