There was an error while loading. Please reload this page.
1 parent c30861c commit 4a0d7bfCopy full SHA for 4a0d7bf
1 file changed
ios/THDRoomFinder/Intents/RoomEntity.swift
@@ -34,7 +34,7 @@ struct RoomEntity: AppEntity, Identifiable {
34
35
var displayRepresentation: DisplayRepresentation {
36
let presentation = RoomPresentationFormatter.shared.present(room)
37
- DisplayRepresentation(
+ return DisplayRepresentation(
38
title: "\(presentation.primaryLabel)",
39
subtitle: "\(presentation.secondaryLabel)"
40
)
0 commit comments