Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(PC-33100) feat(venueMap): add filters modal #7280

Merged
merged 8 commits into from
Nov 26, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,23 @@ exports[`Category component should render correctly 1`] = `
testID="FilterRow"
>
<View
height={24}
width={24}
>
<Text>
undefined-SVG-Mock
</Text>
</View>
<View
numberOfSpaces={2}
style={
[
{
"width": 8,
"marginRight": 16,
},
]
}
/>
>
<View
height={24}
width={24}
>
<Text>
undefined-SVG-Mock
</Text>
</View>
</View>
<View
style={
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,24 +295,24 @@ exports[`<SearchFilter/> should render correctly 1`] = `
testID="FilterRow"
>
<View
fill="#161617"
height={24}
width={24}
>
<Text>
undefined-SVG-Mock
</Text>
</View>
<View
numberOfSpaces={2}
style={
[
{
"width": 8,
"marginRight": 16,
},
]
}
/>
>
<View
fill="#161617"
height={24}
width={24}
>
<Text>
undefined-SVG-Mock
</Text>
</View>
</View>
<View
style={
[
Expand Down Expand Up @@ -481,24 +481,24 @@ exports[`<SearchFilter/> should render correctly 1`] = `
testID="FilterRow"
>
<View
fill="none"
height={24}
width={24}
>
<Text>
undefined-SVG-Mock
</Text>
</View>
<View
numberOfSpaces={2}
style={
[
{
"width": 8,
"marginRight": 16,
},
]
}
/>
>
<View
fill="none"
height={24}
width={24}
>
<Text>
undefined-SVG-Mock
</Text>
</View>
</View>
<View
style={
[
Expand Down Expand Up @@ -667,24 +667,24 @@ exports[`<SearchFilter/> should render correctly 1`] = `
testID="FilterRow"
>
<View
fill="#161617"
height={24}
width={24}
>
<Text>
undefined-SVG-Mock
</Text>
</View>
<View
numberOfSpaces={2}
style={
[
{
"width": 8,
"marginRight": 16,
},
]
}
/>
>
<View
fill="#161617"
height={24}
width={24}
>
<Text>
undefined-SVG-Mock
</Text>
</View>
</View>
<View
style={
[
Expand Down Expand Up @@ -853,24 +853,24 @@ exports[`<SearchFilter/> should render correctly 1`] = `
testID="FilterRow"
>
<View
fill="#161617"
height={24}
width={24}
>
<Text>
undefined-SVG-Mock
</Text>
</View>
<View
numberOfSpaces={2}
style={
[
{
"width": 8,
"marginRight": 16,
},
]
}
/>
>
<View
fill="#161617"
height={24}
width={24}
>
<Text>
undefined-SVG-Mock
</Text>
</View>
</View>
<View
style={
[
Expand Down Expand Up @@ -1039,23 +1039,23 @@ exports[`<SearchFilter/> should render correctly 1`] = `
testID="FilterRow"
>
<View
height={24}
width={24}
>
<Text>
undefined-SVG-Mock
</Text>
</View>
<View
numberOfSpaces={2}
style={
[
{
"width": 8,
"marginRight": 16,
},
]
}
/>
>
<View
height={24}
width={24}
>
<Text>
undefined-SVG-Mock
</Text>
</View>
</View>
<View
style={
[
Expand Down
Loading