diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-07-17 22:20:45 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-07-17 22:20:45 -0400 |
| commit | f6cc64b3b36836ced50c2f7d089b52e9e329b666 (patch) | |
| tree | 5306465e1465d75bd24bb677159bab776c140de0 /components/travel-advisory/HistoryModal.js | |
| parent | 5580ad5448c80e0034b95d6a4597425bd164c8ca (diff) | |
| download | alure-website-f6cc64b3b36836ced50c2f7d089b52e9e329b666.tar.gz alure-website-f6cc64b3b36836ced50c2f7d089b52e9e329b666.tar.bz2 alure-website-f6cc64b3b36836ced50c2f7d089b52e9e329b666.zip | |
Favicons; More responsive stuff
Diffstat (limited to 'components/travel-advisory/HistoryModal.js')
| -rw-r--r-- | components/travel-advisory/HistoryModal.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/components/travel-advisory/HistoryModal.js b/components/travel-advisory/HistoryModal.js index 9ff835a..3ef2ea8 100644 --- a/components/travel-advisory/HistoryModal.js +++ b/components/travel-advisory/HistoryModal.js @@ -27,9 +27,7 @@ const HistoryModal = ({ isVisible, onClose, countries, dangerLevel, history }) = </div> <div> <h1 className="font-medium text-2xl pt-3">History</h1> - <ul> - {historyList} - </ul> + <ul>{historyList}</ul> </div> </div> </div> |
