buffer-added
This commit is contained in:
parent
284c728b61
commit
4b1d21b15e
|
@ -53,9 +53,6 @@ export const EditPage = () => {
|
||||||
|
|
||||||
createEffect(
|
createEffect(
|
||||||
on([session, shout, shoutId], async ([ses, sh, shid]) => {
|
on([session, shout, shoutId], async ([ses, sh, shid]) => {
|
||||||
console.debug(`editing session ${ses}`)
|
|
||||||
console.debug(`editing shout_id ${shid}`)
|
|
||||||
console.debug(`editing shout ${sh}`)
|
|
||||||
if (ses?.user && !sh && shid) {
|
if (ses?.user && !sh && shid) {
|
||||||
const { shout: loadedShout, error } = await apiClient.getMyShout(shid)
|
const { shout: loadedShout, error } = await apiClient.getMyShout(shid)
|
||||||
if (error) {
|
if (error) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user