BOD-24 Removed URL/Thumb URL to have them dynamically created.

This commit is contained in:
Patrick Fic
2020-04-20 15:07:18 -07:00
parent 01e6e78c71
commit b3eb6fe91d
12 changed files with 122 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
import { Button, notification } from "antd";
import { Button } from "antd";
import axios from "axios";
import React from "react";
import { useTranslation } from "react-i18next";
import axios from "axios";
export default function JobsDocumentsDownloadButton({ galleryImages }) {
const { t } = useTranslation();