refactor(userprofile): changes to have the table be blank and say nothing subscribed
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 2m32s
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 2m32s
later we will leave this off the profile and add it once at least one notification is subscribed
This commit is contained in:
@@ -121,7 +121,7 @@ function RouteComponent() {
|
|||||||
<div className="w-fill">
|
<div className="w-fill">
|
||||||
<Card>
|
<Card>
|
||||||
<CardHeader className="text-center">
|
<CardHeader className="text-center">
|
||||||
This is where the user's current notification subs will be.
|
You are not subscribed to any notifications.
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
</Card>
|
</Card>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ function Index() {
|
|||||||
<p>
|
<p>
|
||||||
This is active in your plant today due to having warehousing activated
|
This is active in your plant today due to having warehousing activated
|
||||||
and new functions needed to be introduced, you should be still using LST
|
and new functions needed to be introduced, you should be still using LST
|
||||||
as you were before
|
as you were before.
|
||||||
</p>
|
</p>
|
||||||
<br></br>
|
<br></br>
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user