mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix extra space
This commit is contained in:
parent
b2c9774ca8
commit
b35c8075a0
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ export class AppTemplate {
|
|||
},
|
||||
|
||||
eleventyComputed: {
|
||||
title: ({ app: { payload: { app } } }) => {
|
||||
title: ({ app: { payload: { app } } }) => {
|
||||
// console.log('data', data)
|
||||
return makeTitle( app )
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue