// TODO move to client export default function gold (num) { if (num) { return Math.floor(num); } else { return '0'; } }