Skip to content

Commit

Permalink
stable commit into master (#5024)
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc authored Aug 16, 2019
1 parent 106146e commit f411f21
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
9 changes: 9 additions & 0 deletions app/assets/v2/images/kudos/3box_butterfly.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/dashboard/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ def reserved_for_user_handle(self, handle):
def can_remarket(self):
result = True

if self.remarketed_count >= 2:
if self.remarketed_count and self.remarketed_count >= 2:
result = False

if self.last_remarketed:
Expand Down
11 changes: 11 additions & 0 deletions app/kudos/kudos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5030,4 +5030,15 @@
- rare
- codefund
image: codefund/codefund_influencer_v1.0reissue.svg
- name: 3Box_Social_Butterfly
description: You're a social butterfly!
priceFinney: 1
numClonesAllowed: 150
to_address: '0xa8eE0BABE72cD9A80Ae45dD74Cd3eaE7a82fd5d1'
tags:
- 3Box
- Social
- Friends
- Love
image: 3box_butterfly.svg

0 comments on commit f411f21

Please sign in to comment.