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