Filters done

This commit is contained in:
Edin Dazdarevic
2017-04-05 02:02:43 +02:00
parent d2ee02b6df
commit 15dc596f3d
10 changed files with 150 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
export const formatPrice = (p) => {
if (p === -1) {
if (isNaN(p)) {
return 'Po dogovoru'
}