Fixing quotes report label for empty quotes.
This commit is contained in:
parent
3148f61eb9
commit
69375d2683
@ -5,7 +5,7 @@ quotesReportData
|
||||
self quotes isEmpty
|
||||
ifTrue: [ ^ { OrderedDictionary new.
|
||||
('[''', '0', ''']').
|
||||
('[''', 'No replies', ''']')} ].
|
||||
('[''', 'No quotes', ''']')} ].
|
||||
tempDict := self quotes asMessagesUserNamesSortedByOccurrences.
|
||||
|
||||
tempDict size > 10 ifTrue: [
|
||||
|
Loading…
Reference in New Issue
Block a user