export const arrayToString = (str: string) => { return str.toString().replaceAll(",", ", "); }