diff --git a/Dockerfile b/Dockerfile
index c9517b64..da623800 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,6 +6,7 @@ RUN apk -U upgrade \
WORKDIR /app
COPY server/package.json server/package-lock.json server/requirements.txt ./
+COPY server/patches ./patches
RUN npm install npm --global \
&& npm install --omit=dev
diff --git a/client/src/components/notifications/NotificationsStep/NotificationsStep.jsx b/client/src/components/notifications/NotificationsStep/NotificationsStep.jsx
index 1737808a..ef3f6661 100755
--- a/client/src/components/notifications/NotificationsStep/NotificationsStep.jsx
+++ b/client/src/components/notifications/NotificationsStep/NotificationsStep.jsx
@@ -41,14 +41,12 @@ const NotificationsStep = React.memo(({ onClose }) => {
))}
- {notificationIds.length > 1 && (
-
- )}
+
>
) : (
t('common.noUnreadNotifications')