Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
AfonsoMartins26 committed Oct 4, 2024
1 parent db121fe commit 2c85587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/atomic_web/components/image_uploader.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ defmodule AtomicWeb.Components.ImageUploader do
use AtomicWeb, :live_component

def render(assigns) do
unique_ref = assigns.id <> "_upload" # Generate a unique reference using the passed id
# Generate a unique reference using the passed id
unique_ref = assigns.id <> "_upload"

~H"""
<div>
Expand Down

0 comments on commit 2c85587

Please sign in to comment.