fix
This commit is contained in:
parent
495ade5511
commit
c17a53b165
2 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ import UserLink from '../user_link/user_link.vue'
|
|||
import UserPopover from '../user_popover/user_popover.vue'
|
||||
|
||||
import { useInstanceStore } from 'src/stores/instance.js'
|
||||
import { useMergedConfigStore } from 'src/stores/merged_config.js'
|
||||
|
||||
import generateProfileLink from 'src/services/user_profile_link_generator/user_profile_link_generator'
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@ const Gallery = {
|
|||
if (this.size === 'hide') {
|
||||
return attachments.map((item) => ({ minimal: true, items: [item] }))
|
||||
}
|
||||
console.log('<=')
|
||||
const rows = this.grid
|
||||
? [{ grid: true, items: attachments }]
|
||||
: attachments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue