mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 03:53:52 +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 {
|
||||
place_name: name,
|
||||
path: data.path || "",
|
||||
created_at: data.create_at || "",
|
||||
created_at: data.created_at || "",
|
||||
thumbnail_url: data.thumbnail_url || "",
|
||||
|
||||
tags: tags,
|
||||
|
|
Loading…
Reference in a new issue