File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
tile/__tests__/__snapshots__ Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,7 @@ class Image extends React.Component {
5050 ...attributes
5151 } = this . props ;
5252
53- const hasImage =
54- Boolean ( attributes . source ) && Boolean ( attributes . source . uri ) ;
53+ const hasImage = Boolean ( attributes . source ) ;
5554 const { width, height, ...styleProps } = StyleSheet . flatten ( style ) ;
5655
5756 return (
Original file line number Diff line number Diff line change @@ -180,9 +180,9 @@ exports[`Tile component should apply styles from theme 1`] = `
180180 updateTheme = { [Function ]}
181181 />
182182 <View
183- accessibilityElementsHidden = { false }
184- importantForAccessibility = " yes "
185- pointerEvents = " auto "
183+ accessibilityElementsHidden = { true }
184+ importantForAccessibility = " no-hide-descendants "
185+ pointerEvents = " none "
186186 style = {
187187 Object {
188188 " bottom" : 0 ,
You can’t perform that action at this time.
0 commit comments