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
refactor: Simplify image helper templates using coalesce
Replace nested if statements with coalesce function as suggested by @wrenix
in PR review. This makes the code cleaner and more idiomatic while
maintaining the same functionality.
0 commit comments