Hide button if no last session

This commit is contained in:
2023-01-15 13:02:02 +01:00
parent 64f5668dde
commit 163211ab0b
3 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@ RUN npm install && \
FROM python:3.10.9-alpine
ENV VERSION_NUMBER 0.2.1
ENV VERSION_NUMBER 0.2.1-2-g734e6de
ENV PROD 1
RUN apk add \