hypothesis / lms

LTI app for integrating with learning management systems
BSD 2-Clause "Simplified" License
45 stars 14 forks source link

Ensure last_activity renders as empty string when it's null #6348

Closed acelaya closed 1 month ago

acelaya commented 1 month ago

Fix a bug where student's last activity would render the same fallback value we use for students without a display name, when the last activity was null.

This was caused by an incorrect combined condition.

Before:

image

After:

image