1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-27 13:49:10 +02:00

chore: add a newline for readability

This commit is contained in:
Thomas Heartman 2024-02-02 16:28:50 +09:00
parent b999df8a25
commit 9a8757ba05
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78

View File

@ -80,6 +80,7 @@ export const ChangesToOverwrite: React.FC<{
: null;
const { registerWillOverwriteStrategyChanges } =
useChangeRequestPlausibleContext();
useEffect(() => {
if (changesThatWouldBeOverwritten) {
registerWillOverwriteStrategyChanges();