invert flag for sending to statsig (#8431)
This commit is contained in:
@@ -153,9 +153,13 @@ function Inner({
|
||||
color="secondary"
|
||||
style={[a.justify_center]}
|
||||
onPress={() => {
|
||||
logger.metric('verification:learn-more', {
|
||||
location: 'verificationsDialog',
|
||||
})
|
||||
logger.metric(
|
||||
'verification:learn-more',
|
||||
{
|
||||
location: 'verificationsDialog',
|
||||
},
|
||||
{statsig: true},
|
||||
)
|
||||
}}>
|
||||
<ButtonText>
|
||||
<Trans>Learn more</Trans>
|
||||
|
||||
Reference in New Issue
Block a user