mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-08 11:23:12 +00:00
Cache errors
Missing `;`
This commit is contained in:
parent
7f7fa3b3ab
commit
9761e4b0aa
3 changed files with 21 additions and 24 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
export let params;
|
||||
|
||||
$: item = getItemByUUID(params.uuid)
|
||||
$: item = getItemByUUID(params.uuid);
|
||||
$: popularToday = getPopularToday();
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue