You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a separator span in src/layouts/PostDetails.astro, line 104 (v5.4.3) that would probably function better if it were moved to the EditPost component. I think its behaviour should depend on how editPost in config.ts is set. When it's set to true, it should be displayed, when it's set to false, it shouldn't. Right now it is always displayed. If you agree, I can make a PR.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
There is a separator span in
src/layouts/PostDetails.astro, line 104 (v5.4.3) that would probably function better if it were moved to the EditPost component. I think its behaviour should depend on howeditPostinconfig.tsis set. When it's set totrue, it should be displayed, when it's set tofalse, it shouldn't. Right now it is always displayed. If you agree, I can make a PR.Beta Was this translation helpful? Give feedback.
All reactions