fix typo that was making user stories not show date

This commit is contained in:
howard-stearns 2016-08-04 10:07:33 -07:00
parent c44ce0f5b5
commit 421707c5d8

View file

@ -317,7 +317,7 @@ Window {
return {
place_name: name,
path: data.path || "",
created_at: data.create_at || "",
created_at: data.created_at || "",
thumbnail_url: data.thumbnail_url || "",
tags: tags,