Removed outdated comment

This commit is contained in:
Kieran Eglin 2024-11-21 14:36:31 -08:00
parent b682b7d194
commit 4e6e29c242
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -68,8 +68,6 @@ defmodule PinchflatWeb.Sources.IndexTableLive do
{:ok, _} = Sources.update_source(source, %{enabled: should_enable}) {:ok, _} = Sources.update_source(source, %{enabled: should_enable})
# NOTE: I'm not re-rendering the view here since, at least in this case, the UI's state
# tracking mechanisms are good enough
{:noreply, assign(socket, %{sources: get_sources()})} {:noreply, assign(socket, %{sources: get_sources()})}
end end