Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jay Mehta
/
zango-frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 62a89dce
authored
2024-07-09 20:37:04 +0530
by
jaymehta
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
.
1 parent
1413de75
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
components/vendor/ActivityDetails.js
components/vendor/ActivityDetails.js
View file @
62a89dc
...
...
@@ -234,6 +234,7 @@ const ActivityDetails = ({ isUpdate, loadedUser }) => {
console
.
log
(
"activityPeriodState"
,
activityPeriodState
);
return
(
<
Fragment
>
{
loadedUser
&&
loadedUser
.
approved
==
"approved"
?
(
<
div
className
=
"container p-5"
>
<
div
className
=
"row"
>
<
div
className
=
"col-12 col-lg-8"
>
...
...
@@ -1119,6 +1120,18 @@ const ActivityDetails = ({ isUpdate, loadedUser }) => {
<
/div
>
<
/div
>
<
/div
>
)
:
(
<
div
className
=
"container"
>
<
div
className
=
"m-5 d-flex text-center justify-content-center"
>
<
div
className
=
""
>
<
span
className
=
"image-container "
>
<
Image
loading
=
"lazy"
layout
=
"fill"
alt
=
""
className
=
"image img-fluid mb-5"
src
=
"/images/main-logo.svg"
style
=
{{
minWidth
:
"31%"
,
maxWidth
:
"6%"
}}
/
>
<
/span
>
<
h1
className
=
"mt-5"
>
Profile
is
not
approved
yet
,
please
wait
for
the
admin
to
approve
your
profile
<
/h1
>
<
/div
>
<
/div
>
<
/div
>
)}
<
/Fragment
>
);
};
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment