fix: hide the "save-changes" card on the prefernces profile tab

This commit is contained in:
MTG2000
2022-08-18 19:01:47 +03:00
parent eb7eeb5382
commit b929600d1f

View File

@@ -94,12 +94,12 @@ export default function PreferencesTab() {
<CommentsSettingsCard nostr_prv_key={query.data.me.nostr_prv_key} nostr_pub_key={query.data.me.nostr_pub_key} />
</div>
<div className="self-start sticky-side-element">
<SaveChangesCard
{/* <SaveChangesCard
isLoading={mutationStatus.loading}
isDirty={isDirty}
onSubmit={handleSubmit(onSubmit)}
onCancel={() => reset()}
/>
/> */}
</div>
</div>
)