Finish the major refactoring.
This commit is contained in:
parent
0c6b421bc5
commit
785d4bd411
3 changed files with 21 additions and 3 deletions
|
@ -244,7 +244,7 @@
|
|||
((#\I) (number->string (member-record-info mr 'id)))
|
||||
((#\S) (number->string (member-suspended-months mr)))
|
||||
((#\E)
|
||||
(let ((n (length (member-record-info mr 'highlights '()))))
|
||||
(let ((n (length (dict-ref mr 'highlights '()))))
|
||||
(if (<= n 2)
|
||||
""
|
||||
(sprintf "[~A]" (- n 2)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue