Skip to content

Commit c8fbd9b

Browse files
committed
fix(DetailsPage): remove the not-from-store restriction for transferring ownership
1 parent 811e88b commit c8fbd9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/features/home/details/details.page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ export class DetailsPage {
327327
},
328328
});
329329
}
330-
if (!detailedCapture.isFromStore && detailedCapture.id) {
330+
if (detailedCapture.id) {
331331
buttons.push({
332332
text: messageTransferOwnership,
333333
handler: () => {

0 commit comments

Comments
 (0)