Skip to content

Commit 1ec6b34

Browse files
authored
Merge pull request #229 from dagstuan/addwatch
Let addwatch show subscribe modal instead of login screen for new users.
2 parents 46ccdb4 + fb87991 commit 1ec6b34

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { LoginModal } from "../Components/LoginModal/LoginModal";
1+
import { BuySubscriptionModal } from "../Components/BuySubscriptionModal";
22

3-
export const Component = () => (
4-
<LoginModal loginText="Du må være logget inn for å legge til klokken din." />
5-
);
3+
export const Component = () => <BuySubscriptionModal />;

0 commit comments

Comments
 (0)