Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lint fix
  • Loading branch information
jostnes committed Apr 11, 2022
commit 994342367a6c7953761c3d99556202a47f813e90
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class EditorPage {
// potentially can be removed when we have gone through all test cases
default:
elementTypeAndroid = '*';
elementTypeiOS = '*'
elementTypeiOS = '*';
textViewElementNameAndroid = '';
textViewElementNameiOS = '';
break;
Expand Down