Skip to content

Commit 4a0d7bf

Browse files
committed
Return room intent display representation
1 parent c30861c commit 4a0d7bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ios/THDRoomFinder/Intents/RoomEntity.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ struct RoomEntity: AppEntity, Identifiable {
3434

3535
var displayRepresentation: DisplayRepresentation {
3636
let presentation = RoomPresentationFormatter.shared.present(room)
37-
DisplayRepresentation(
37+
return DisplayRepresentation(
3838
title: "\(presentation.primaryLabel)",
3939
subtitle: "\(presentation.secondaryLabel)"
4040
)

0 commit comments

Comments
 (0)