fix(ui): remove duplicate "ago" suffix in snapshots list

Summary

  • Fix duplicate "ago" suffix appearing in snapshots list timestamps (e.g., "1 hour ago ago")
  • The formatDistanceSafe function already adds the suffix via addSuffix: true, so the hardcoded suffix in the template was redundant

image

Issue: https://gitlab.com/postgres-ai/platform/-/issues/346

Edited by Denis Morozov

Merge request reports

Loading