Skip to content

Commit

Permalink
fix: snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <[email protected]>
  • Loading branch information
jleach committed Jan 7, 2025
1 parent 3e896c6 commit e55cfb7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,11 @@ exports[`RemoteLogWarning Screen screen renders correctly 1`] = `
>
<View
accessibilityLabel="RemoteLogging.IAgree"
accessibilityRole="checkbox"
accessibilityState={
{
"busy": undefined,
"checked": undefined,
"checked": false,
"disabled": undefined,
"expanded": undefined,
"selected": undefined,
Expand Down

0 comments on commit e55cfb7

Please sign in to comment.