mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 18:01:15 +02:00
fix typo that was making user stories not show date
This commit is contained in:
parent
c44ce0f5b5
commit
421707c5d8
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ Window {
|
||||||
return {
|
return {
|
||||||
place_name: name,
|
place_name: name,
|
||||||
path: data.path || "",
|
path: data.path || "",
|
||||||
created_at: data.create_at || "",
|
created_at: data.created_at || "",
|
||||||
thumbnail_url: data.thumbnail_url || "",
|
thumbnail_url: data.thumbnail_url || "",
|
||||||
|
|
||||||
tags: tags,
|
tags: tags,
|
||||||
|
|
Loading…
Reference in a new issue