File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,13 +164,6 @@ export default function EventDetailClient() {
164164 < Button href = "#registration-form" > Attend This Event</ Button >
165165 </ Header >
166166
167- { event . location && event . location . type === "physical" && (
168- < LocationSection >
169- < SectionTitle > Location</ SectionTitle >
170- < LocationText > { event . location . address } </ LocationText >
171- </ LocationSection >
172- ) }
173-
174167 { event . location && event . location . type === "online" && (
175168 < LocationSection >
176169 < SectionTitle > Location</ SectionTitle >
@@ -249,6 +242,13 @@ export default function EventDetailClient() {
249242 </ RegistrationSection >
250243 ) }
251244
245+ { event . location && event . location . type === "physical" && (
246+ < LocationSection >
247+ < SectionTitle > Location</ SectionTitle >
248+ < LocationText > { event . location . address } </ LocationText >
249+ </ LocationSection >
250+ ) }
251+
252252 { event . location && event . location . type === "physical" && event . location . coordinates && (
253253 < LocationSection >
254254 < SectionTitle > Map</ SectionTitle >
You can’t perform that action at this time.
0 commit comments