Skip to content

Commit 7327a77

Browse files
committed
add notice for point of contact not working on dev
1 parent 52bd9ea commit 7327a77

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/repositories/repositories.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,5 +347,9 @@
347347

348348
else:
349349
st.write("No point of contact available.")
350+
351+
if env["org"] == "ONS-Innovation":
352+
st.write("Points of contact are not available for ONS Innovation repositories.")
353+
350354
else:
351355
st.caption("Select a repository for more information.")

0 commit comments

Comments
 (0)