Skip to content

Commit

Permalink
chore: feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Udit-takkar committed Feb 5, 2024
1 parent a75ffbf commit ba6e416
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const EventTypeAppCard: EventTypeAppCardComponent = function EventTypeAppCard({

return (
<AppCard
hideSettingsIcon={true}
hideSettingsIcon
app={app}
switchOnClick={(e) => {
updateEnabled(e);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const EventTypeAppCard: EventTypeAppCardComponent = function EventTypeAppCard({

return (
<AppCard
hideSettingsIcon={true}
hideSettingsIcon
app={app}
switchOnClick={(e) => {
updateEnabled(e);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const EventTypeAppCard: EventTypeAppCardComponent = function EventTypeAppCard({

return (
<AppCard
hideSettingsIcon={true}
hideSettingsIcon
app={app}
switchOnClick={(e) => {
updateEnabled(e);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const EventTypeAppCard: EventTypeAppCardComponent = function EventTypeAppCard({

return (
<AppCard
hideSettingsIcon={true}
hideSettingsIcon
app={app}
switchOnClick={(e) => {
updateEnabled(e);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const EventTypeAppCard: EventTypeAppCardComponent = function EventTypeAppCard({

return (
<AppCard
hideSettingsIcon={true}
hideSettingsIcon
app={app}
switchOnClick={updateEnabled}
switchChecked={enabled}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const EventTypeAppCard: EventTypeAppCardComponent = function EventTypeAppCard({

return (
<AppCard
hideSettingsIcon={true}
hideSettingsIcon
app={app}
switchOnClick={(e) => {
updateEnabled(e);
Expand Down

0 comments on commit ba6e416

Please sign in to comment.