Skip to content

Commit

Permalink
Check lastowner (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppupha authored Nov 14, 2023
1 parent b111c01 commit f0416ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screen/interactive_postcard/postcard_detail_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ class ClaimedPostcardDetailPageState extends State<ClaimedPostcardDetailPage>
'place_15_stamps'.tr(),
style: theme.textTheme.moMASans400Black12,
);
if (asset.isCompleted || isViewOnly) {
if (asset.isCompleted || isViewOnly || !asset.isLastOwner) {
return const SizedBox();
}
if (isProcessingStampPostcard ||
Expand Down

0 comments on commit f0416ac

Please sign in to comment.