Skip to content

Commit c4fe33a

Browse files
committed
Update code docs
1 parent 3e9bd58 commit c4fe33a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/components_home_HomeItem.bs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
end if
202202
if isValid(itemData.json.OfficialRating)
203203
if textExtra <> ""
204-
textExtra = textExtra + " - " + itemData.json.OfficialRating
204+
textExtra = textExtra + " " + itemData.json.OfficialRating
205205
else
206206
textExtra = itemData.json.OfficialRating
207207
end if

0 commit comments

Comments
 (0)