diff --git a/app/javascript/flavours/glitch/features/ui/components/header_navigation.jsx b/app/javascript/flavours/glitch/features/ui/components/header_navigation.jsx index e9d9c47cd7..ad0bc53532 100644 --- a/app/javascript/flavours/glitch/features/ui/components/header_navigation.jsx +++ b/app/javascript/flavours/glitch/features/ui/components/header_navigation.jsx @@ -1,7 +1,7 @@ import PropTypes from 'prop-types'; import { Component, useEffect } from 'react'; -import { defineMessages, injectIntl, useIntl , FormattedMessage } from 'react-intl'; +import { defineMessages, injectIntl, useIntl, FormattedMessage} from 'react-intl'; import { useSelector, useDispatch, connect } from 'react-redux'; diff --git a/reload.sh b/reload.sh index f687808185..e6434f12ac 100644 --- a/reload.sh +++ b/reload.sh @@ -1,3 +1,3 @@ -#! /bin/bash -sudo su - mastodon -c 'cd live && RAILS_ENV=production bundle exec rails tmp:cache:clear && RAILS_ENV=production bundle exec rails assets:precompile' -sudo systemctl restart mastodon-* \ No newline at end of file +#!/bin/bash +sudo su - mastodon -c 'cd live && RAILS_ENV=development bundle exec rails tmp:cache:clear && RAILS_ENV=development bundle exec rails assets:precompile' +sudo systemctl restart mastodon-*